[Koha-bugs] [Bug 21467] Allow several receipts for a given subscription

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 1 13:53:26 CET 2018


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

--- Comment #35 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 81797
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=81797&action=edit
Bug 21467: Prevent tests to fail

The following error is raised if TestBuilder generates too big numbers:
 Out of range value for column 'tax_value_on_ordering'

     UPDATE aqorders
     SET
         tax_value_on_ordering = quantity * ecost_tax_excluded *
tax_rate_on_ordering,
         tax_value_on_receiving = quantity * unitprice_tax_excluded *
tax_rate_on_receiving
     WHERE ordernumber = ?
 "] at /home/vagrant/kohaclone/C4/Acquisition.pm line 1484.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list