diff --git a/app/Views/po_pdf.php b/app/Views/po_pdf.php index d331914e..52b91b37 100755 --- a/app/Views/po_pdf.php +++ b/app/Views/po_pdf.php @@ -766,27 +766,33 @@ - AfterPackagingValue != 0){ ?> + $value) { + $AfterPackagingValue[] = isset($value->AfterPackagingValue) ? $value->AfterPackagingValue : 0.00; + $AfterFreightValue[] = isset($value->AfterFreightValue) ? $value->AfterFreightValue : 0.00; + $AfterDiscount[] = isset($value->AfterDiscount) ? $value->AfterDiscount : 0.00; + } ?> + + - AfterPackagingValue); ?> + - AfterFreightValue != 0){ ?> + - AfterFreightValue); ?> + - AfterDiscount != 0){ ?> + - AfterDiscount); ?> + @@ -803,10 +809,10 @@ - AfterPackagingValue + $reveuetax[0]->AfterFreightValue) - $reveuetax[0]->AfterDiscount; }?> + - +