* Fix error for cannot locate batchedit page.

This commit is contained in:
caoyanyi
2023-09-21 14:19:57 +08:00
parent 23ce2122f9
commit 3992d9a5b3
+4 -4
View File
@@ -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}")
);
}