[Koha-bugs] [Bug 23442] Add a 'refund' process to accounts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 9 08:22:56 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23442

--- Comment #25 from Josef Moravec <josef.moravec at gmail.com> ---
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.


More information about the Koha-bugs mailing list