From: Anneli <an...@us...> - 2005-05-02 14:10:32
|
Update of /cvsroot/redpos/RedPOS/src/org/redpos/client/ui/plugin/function In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3403/src/org/redpos/client/ui/plugin/function Modified Files: Pay.java Log Message: It it now possible to finalise a correction receipt with total discount in percentage, bug 1186486. Index: Pay.java =================================================================== RCS file: /cvsroot/redpos/RedPOS/src/org/redpos/client/ui/plugin/function/Pay.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Pay.java 7 Mar 2005 11:14:00 -0000 1.7 --- Pay.java 2 May 2005 14:09:55 -0000 1.8 *************** *** 300,304 **** private void handlePaymentSelected() { ! if(toPay.doubleValue() > 0) { // remove payment selector from ui --- 300,304 ---- private void handlePaymentSelected() { ! if(toPay.doubleValue() != 0) { // remove payment selector from ui |