From: Joe Hunt Date: Thu, 26 Dec 2019 06:50:36 +0000 (+0100) Subject: Customer Payment Entry - Scrolling behaviour when clicking All or None. Fixed. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=702ac617ce181b2510ed67f3d202e9f8844ac840;p=fa-stable.git Customer Payment Entry - Scrolling behaviour when clicking All or None. Fixed. --- diff --git a/includes/ui/allocation_cart.inc b/includes/ui/allocation_cart.inc index b45110b3..617c41af 100644 --- a/includes/ui/allocation_cart.inc +++ b/includes/ui/allocation_cart.inc @@ -310,9 +310,9 @@ function show_allocatable($show_totals) { $un_allocated = round((abs($alloc_item->amount) - $alloc_item->amount_allocated), 6); amount_cell($un_allocated, false,'', 'maxval'.$id); amount_cells(null, "amount" . $id);//, input_num('amount' . $id)); - label_cell("" + label_cell("" . _("All") . ""); - label_cell("" + label_cell("" . _("None") . "".hidden("un_allocated" . $id, price_format($un_allocated), false)); end_row();