From 98c60977397b9502ae6457f04366f175b7ee68de Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 3 Mar 2003 17:38:01 +0000 Subject: [PATCH] bugfixes for normal acquisition process. seems to work better. NOTES to 1.2 managers : the 1.2 seems to have problems too : * when finishrecieve is called, the booksellerid is lost, and you arrive to the "recieve.pl" again, it's with the 1st bookseller from the DB. * under certain circunstances, the invoice # is lost, and ALL lines from the bookseller are shown. this strange behaviour is fixed too in this commit --- .../default/en/acqui/acquire.tmpl | 25 ++++++++++++++++--- .../default/en/acqui/recieve.tmpl | 16 +++--------- .../default/en/acqui/recieveorder.tmpl | 2 +- 3 files changed, 25 insertions(+), 18 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl b/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl index b231d70e74..5aba0f16f3 100644 --- a/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/acqui/acquire.tmpl @@ -1,5 +1,14 @@ +
+Invoice:
+Received By:
+ +
+Receipt Summary for : Invoice, +
+ +
> - > + > > "> "> @@ -125,17 +134,25 @@

 

-
- +
+
+
+ + + + + - + + +
Basket ISBN TITLE AUTHORQtyRecieved
&biblio=&invoice=&freight=&gst=>&biblio=&invoice=&freight=&gst=&id=>
diff --git a/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl b/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl index 8afdc0c989..f226e9c8df 100644 --- a/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/acqui/recieve.tmpl @@ -5,10 +5,11 @@ Invoice:
Received By:
-Receipt Summary For : +Receipt Summary for : , Invoice
+"> "> "> "> @@ -16,7 +17,7 @@ Received By:
Search ISBN or Title:

-

+ @@ -70,17 +71,6 @@ Received By:
- - - - - - - - -
TOTAL $
- -
diff --git a/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl b/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl index c4dad51f72..064c4b0288 100644 --- a/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl +++ b/koha-tmpl/intranet-tmpl/default/en/acqui/recieveorder.tmpl @@ -3,7 +3,7 @@ Receive Orders From Supplier

- + >

-- 2.39.5