X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fallocations%2Fcustomer_allocate.php;h=f32db9616270d6c6dc9545ed5035ae3ba251458d;hb=2383d33373d6ddec06906658a0ed6398077c1147;hp=b709c751f34a0166ebb8547310514c4a7794a016;hpb=4d4371fb200bb27fd6b680ebd2d1aaa450a0be7e;p=fa-stable.git diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index b709c751..f32db961 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -236,7 +236,7 @@ function edit_allocations_for_transaction($type, $trans_no) } label_row(_("Total Allocated"), price_format($total_allocated), - "colspan=6 align=right", "nowrap align=right id='total_allocated'"); + "colspan=6 align=right", "nowrap align=right id='total_allocated'", 3); if ($_SESSION['alloc']->amount - $total_allocated < 0) { $font1 = ""; @@ -247,7 +247,7 @@ function edit_allocations_for_transaction($type, $trans_no) $left_to_allocate = $_SESSION['alloc']->amount - $total_allocated; $left_to_allocate = price_format($left_to_allocate); label_row(_("Left to Allocate"), $font1 . $left_to_allocate . $font2, - "colspan=6 align=right ", "nowrap align=right id='left_to_allocate'"); + "colspan=6 align=right ", "nowrap align=right id='left_to_allocate'", 3); end_table(1); hidden('TotalNumberOfAllocs', $counter);