koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Chris Cormack
Subject: [Koha-devel] CVS: koha mancredit.pl,1.1,1.2 maninvoice.pl,1.1,1.2
Date: Wed, 09 May 2001 16:22:12 -0700

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>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]