From ec2ec4741895c6b74d727e1e7dab6e1e18b5e69f Mon Sep 17 00:00:00 2001
From: Paul POULAIN
Date: Wed, 8 Aug 2007 17:39:44 +0200
Subject: [PATCH] removing the notes field from parcel recieve.
Signed-off-by: Chris Cormack
---
acqui/orderreceive.pl | 1 -
koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl | 1 -
2 files changed, 2 deletions(-)
diff --git a/acqui/orderreceive.pl b/acqui/orderreceive.pl
index 5836227aa1..b20b4a5f65 100755
--- a/acqui/orderreceive.pl
+++ b/acqui/orderreceive.pl
@@ -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"),
diff --git a/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl b/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl
index 4f53dcfbd7..210326ccc9 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/acqui/orderreceive.tmpl
@@ -73,7 +73,6 @@
" />
" />
- " />
--
2.39.5