From 3992d9a5b370eb898caa440e658edcd2373e12df Mon Sep 17 00:00:00 2001 From: caoyanyi Date: Thu, 21 Sep 2023 14:19:34 +0800 Subject: [PATCH] * Fix error for cannot locate batchedit page. --- module/branch/ui/manage.html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/module/branch/ui/manage.html.php b/module/branch/ui/manage.html.php index 5e144722b7..e05ea7e345 100644 --- a/module/branch/ui/manage.html.php +++ b/module/branch/ui/manage.html.php @@ -114,10 +114,10 @@ $footToolbar = array(); if($canBatchEdit) { $footToolbar['items'][] = array( - 'text' => $lang->edit, - 'class' => 'btn batch-btn secondary size-sm', - 'btnType' => 'primary', - 'data-url' => createLink('branch', 'batchEdit', "productID={$product->id}") + 'text' => $lang->edit, + 'className' => 'btn batch-btn secondary size-sm', + 'btnType' => 'primary', + 'data-url' => createLink('branch', 'batchEdit', "productID={$product->id}") ); }