[Koha-cvs] CVS: koha/acqui supplier.pl,1.6,1.7

Chris Cormack rangi at users.sourceforge.net
Fri May 30 23:39:53 CEST 2003


Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv7894/acqui

Modified Files:
	supplier.pl 
Log Message:
Fixing bug 450



Index: supplier.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/supplier.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** supplier.pl	10 Feb 2003 13:38:45 -0000	1.6
--- supplier.pl	30 May 2003 21:39:50 -0000	1.7
***************
*** 82,86 ****
  					specialty => $booksellers[0]->{'specialty'},
  					gstreg => $booksellers[0]->{'gstreg'},
! 					listinggst => $booksellers[0]->{'listincgst'},
  					invoiceincgst => $booksellers[0]->{'invoiceincgst'},
  					discount => $booksellers[0]->{'discount'},
--- 82,86 ----
  					specialty => $booksellers[0]->{'specialty'},
  					gstreg => $booksellers[0]->{'gstreg'},
! 					listincgst => $booksellers[0]->{'listincgst'},
  					invoiceincgst => $booksellers[0]->{'invoiceincgst'},
  					discount => $booksellers[0]->{'discount'},





More information about the Koha-cvs mailing list