removing the notes field from parcel recieve.
authorPaul POULAIN <paul@koha-fr.org>
Wed, 8 Aug 2007 15:39:44 +0000 (17:39 +0200)
committerChris Cormack <crc@liblime.com>
Thu, 9 Aug 2007 14:51:43 +0000 (09:51 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>

acqui/orderreceive.pl
koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl

index 5836227..b20b4a5 100755 (executable)
@@ -193,7 +193,6 @@ if ( $count == 1 ) {
         unitprice             => $results[0]->{'unitprice'},
         invoice               => $invoice,
         daterecieved          => $daterecieved,
-        notes                 => $results[0]->{'notes'},
         intranetcolorstylesheet =>
           C4::Context->preference("intranetcolorstylesheet"),
         intranetstylesheet => C4::Context->preference("intranetstylesheet"),
index 4f53dcf..210326c 100644 (file)
@@ -73,7 +73,6 @@
             <input type="text" size="20" name="cost" value="<!-- TMPL_VAR name="rrp" -->" />
         <!-- /TMPL_IF --></p>
         <input type="hidden" name="invoice" value="<!-- TMPL_VAR NAME="invoice" -->" />
-        <p><label>Notes</label><input type="text" size="20" name="notes" value="<!-- TMPL_VAR NAME="notes" -->" /></p>
     <!-- TMPL_IF name="catview" -->
         <input type="submit"  name="submit" value="Save" />
     <!-- TMPL_ELSE -->