Bug 25750: fix fallback to ecost_tax_included/ecost_tax_excluded
[koha.git] / C4 / Acquisition.pm
index d0af10f..3aff14d 100644 (file)
@@ -2882,6 +2882,7 @@ sub populate_order_with_prices {
         if ( $bookseller->listincgst ) {
 
             # The user entered the prices tax included
+            $order->{unitprice} += 0;
             $order->{unitprice_tax_included} = $order->{unitprice};
             $order->{rrp_tax_included} = $order->{rrp};