update product card

This commit is contained in:
GregM 2022-02-25 10:27:26 +01:00
parent 6e938c019f
commit 22aae26f71

View File

@ -2541,8 +2541,6 @@ print $formconfirm;
if ($action != 'create' && $action != 'edit') {
$cloneProductUrl = $_SERVER["PHP_SELF"].'?action=clone&token='.newToken();
$cloneButtonId = 'action-clone-no-ajax';
$deleteProductUrl = $_SERVER["PHP_SELF"].'?action=delete&token='.newToken().'&id='.$object->id;
$deleteButtonId = 'action-delete-no-ajax';
print "\n".'<div class="tabsAction">'."\n";