X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fallocations%2Fcustomer_allocation_main.php;h=2cbce6a0e01f76ef3bc561a89197eee341970c46;hb=f3dd02a8a4c88076627aca073e9e1148cac7a4b1;hp=4c9e5a5039d5b40def0ce0c01d5dc8260594a4ee;hpb=41709ef0fce9a2bf5bb20ef0fd1f94a54bd50ba0;p=fa-stable.git diff --git a/sales/allocations/customer_allocation_main.php b/sales/allocations/customer_allocation_main.php index 4c9e5a50..2cbce6a0 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(); }