[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/acqui basket.pl,1.21,1.22
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/acqui basket.pl,1.21,1.22 |
Date: |
Fri, 17 Sep 2004 05:33:02 -0700 |
Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14940/acqui
Modified Files:
basket.pl
Log Message:
1- don't loose bookseller id when closing a basket
2- add possibility to view a closed basket (but not modify it)
Index: basket.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/basket.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** basket.pl 13 Sep 2004 15:17:48 -0000 1.21
--- basket.pl 17 Sep 2004 12:32:29 -0000 1.22
***************
*** 100,108 ****
$gist=sprintf("%.2f",$sub_total*$prefgist);
$grand_total=$sub_total+$gist;
-
$template->param(basketno => $basketno,
creationdate => $basket->{creationdate},
authorisedby => $basket->{authorisedby},
authorisedbyname => $basket->{authorisedbyname},
booksellerid=> $booksellers[0]->{'id'},
name => $booksellers[0]->{'name'},
--- 100,108 ----
$gist=sprintf("%.2f",$sub_total*$prefgist);
$grand_total=$sub_total+$gist;
$template->param(basketno => $basketno,
creationdate => $basket->{creationdate},
authorisedby => $basket->{authorisedby},
authorisedbyname => $basket->{authorisedbyname},
+ closedate => format_date($basket->{closedate}),
booksellerid=> $booksellers[0]->{'id'},
name => $booksellers[0]->{'name'},
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/acqui basket.pl,1.21,1.22,
Paul POULAIN <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.11,1.12 order.tmpl,1.20,1.21
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.18,1.19 acquisitions-top.inc,1.23,1.24 auth-top.inc,1.5,1.6 bull-top.inc,1.3,1.4 cat-top.inc,1.33,1.34 circulation-top.inc,1.29,1.30 error-top.inc,1.2,1.3 marc-top.inc,1.9,1.10 members-top.inc,1.26,1.27 parameters-top.inc,1.30,1.31 reports-top.inc,1.23,1.24
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/acqui basket.tmpl,1.11,1.12 order.tmpl,1.20,1.21
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/includes about-top.inc,1.18,1.19 acquisitions-top.inc,1.23,1.24 auth-top.inc,1.5,1.6 bull-top.inc,1.3,1.4 cat-top.inc,1.33,1.34 circulation-top.inc,1.29,1.30 error-top.inc,1.2,1.3 marc-top.inc,1.9,1.10 members-top.inc,1.26,1.27 parameters-top.inc,1.30,1.31 reports-top.inc,1.23,1.24
- Index(es):