https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23442
--- Comment #25 from Josef Moravec <[email protected]> --- Comment on attachment 97008 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97008 Bug 23442: Add account credit types Review of attachment 97008: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=23442&attachment=97008) ----------------------------------------------------------------- ::: installer/data/mysql/account_offset_types.sql @@ +17,5 @@ > ('OVERDUE'), > ('Void Payment'), > ('Credit Applied'), > +('PAYOUT'), > +('DISOUNT'), Typo: should be 'DISCOUNT' ::: installer/data/mysql/atomicupdate/bug_23442.perl @@ +15,5 @@ > + }); > + > + SetVersion($DBversion); > + print "Upgrade to $DBversion done (Bug 23442 - Add REFUND and DISCOUNT > account_credit_types)\n"; > + print "Upgrade to $DBversion done (Bug 23442 - Add REFUNDED and > DISCOUNTED account_offset_types)\n"; Should be 'REFUND' and 'DISCOUNT' too -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
