[Koha-devel] CVS: koha mancredit.pl,1.1,1.2 maninvoice.pl,1.1,1.2

Chris Cormack rangi at users.sourceforge.net
Thu May 10 01:22:12 CEST 2001


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv19677

Modified Files:
	mancredit.pl maninvoice.pl 
Log Message:
Added facility to do a cash refund.
Also HLT allows ppl to work off their bill,so added a facility to do manual
credit for that


Index: mancredit.pl
===================================================================
RCS file: /cvsroot/koha/koha/mancredit.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** mancredit.pl	2001/05/02 21:08:56	1.1
--- mancredit.pl	2001/05/09 23:22:10	1.2
***************
*** 39,42 ****
--- 39,43 ----
  <option value=C>Credit</option>
  <option value=BAY>Baycorp Adjustment</option>
+ <option value=WORK>Worked off</option>
  </select>
  </td></tr>

Index: maninvoice.pl
===================================================================
RCS file: /cvsroot/koha/koha/maninvoice.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** maninvoice.pl	2001/05/02 21:08:56	1.1
--- maninvoice.pl	2001/05/09 23:22:10	1.2
***************
*** 17,20 ****
--- 17,21 ----
  my $add=$input->param('add');
  if ($add){
+ #  print $input->header;
    my $itemnum=$input->param('itemnum');
    my $desc=$input->param('desc');
***************
*** 41,44 ****
--- 42,46 ----
  <option value=N>New Card</option>
  <option value=M>Sundry</option>
+ <option value=REF>Cash Refund</option>
  </select>
  </td></tr>





More information about the Koha-devel mailing list