From: Joe Hunt Date: Sat, 20 Jan 2018 00:53:22 +0000 (+0100) Subject: Fixed a Shipping bug in Sales Order Report X-Git-Tag: v2.4.4~22 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=009fd657bd77c44afcde1fc8b8a5b6dea92c3367;hp=06bb8867a88cb3d76227b9a7649960ee83cacd04;p=fa-stable.git Fixed a Shipping bug in Sales Order Report --- diff --git a/reporting/rep110.php b/reporting/rep110.php index 18ed866a..cc0f1c10 100644 --- a/reporting/rep110.php +++ b/reporting/rep110.php @@ -158,7 +158,7 @@ function print_deliveries() $rep->NewLine(); if ($myrow['ov_freight'] != 0.0) { - $DisplayFreight = number_format2($sign*$myrow["ov_freight"],$dec); + $DisplayFreight = number_format2($myrow["ov_freight"],$dec); $rep->TextCol(3, 6, _("Shipping"), -2); $rep->TextCol(6, 7, $DisplayFreight, -2); $rep->NewLine();