From: Janusz Dobrowolski Date: Tue, 30 Sep 2008 09:35:40 +0000 (+0000) Subject: Bug [0000068] fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=f56a43057f4976de8617126b7353d317e7ac0438;p=textcart.git Bug [0000068] fixed. --- diff --git a/sales/allocations/customer_allocation_main.php b/sales/allocations/customer_allocation_main.php index 4c9e5a5..2cbce6a 100644 --- a/sales/allocations/customer_allocation_main.php +++ b/sales/allocations/customer_allocation_main.php @@ -99,11 +99,8 @@ function display_allocatable_transactions() } amount_cell($myrow["Total"]); amount_cell($myrow["Total"] - $myrow["alloc"]); - if ($myrow["Total"] - $myrow["alloc"] != 0.0) - label_cell("" . _("Allocate") . ""); - else - label_cell(""); end_row(); }