removing the notes field from parcel recieve.

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Paul POULAIN 2007-08-08 17:39:44 +02:00 committed by Chris Cormack
parent d02a48a977
commit ec2ec47418
2 changed files with 0 additions and 2 deletions

View file

@ -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"),

View 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 -->