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

Katrin Fischer <katrin.fisc...@bsz-bw.de> changed:

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

--- Comment #64 from Katrin Fischer <katrin.fisc...@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...@web.de>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://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/

Reply via email to