From f56a43057f4976de8617126b7353d317e7ac0438 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Tue, 30 Sep 2008 09:35:40 +0000 Subject: [PATCH] Bug [0000068] fixed. --- sales/allocations/customer_allocation_main.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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(); } -- 2.30.2