From 702ac617ce181b2510ed67f3d202e9f8844ac840 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Thu, 26 Dec 2019 07:50:36 +0100 Subject: [PATCH] Customer Payment Entry - Scrolling behaviour when clicking All or None. Fixed. --- includes/ui/allocation_cart.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.30.2