From: Janusz Dobrowolski Date: Fri, 31 Oct 2008 18:15:03 +0000 (+0000) Subject: Fixed sign in payment view. X-Git-Tag: v2.4.2~19^2~1814 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=6abea45cada4d22233e7050790e555f0001e0c0b;p=fa-stable.git Fixed sign in payment view. --- diff --git a/sales/view/view_receipt.php b/sales/view/view_receipt.php index 13797b0a..1f1fbd50 100644 --- a/sales/view/view_receipt.php +++ b/sales/view/view_receipt.php @@ -43,7 +43,7 @@ $voided = is_voided_display(systypes::cust_payment(), $trans_id, _("This custome if (!$voided) { - display_allocations_from(payment_person_types::customer(), $receipt['debtor_no'], systypes::cust_payment(), $trans_id, -$receipt['Total']); + display_allocations_from(payment_person_types::customer(), $receipt['debtor_no'], systypes::cust_payment(), $trans_id, $receipt['Total']); } end_page(true);