[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 8 23:07:38 CET 2018


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #81809|0                           |1
        is obsolete|                            |

--- Comment #64 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 82130
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=82130&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.

Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>

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


More information about the Koha-bugs mailing list