Skip to content

Commit

Permalink
Error In Expedition
Browse files Browse the repository at this point in the history
  • Loading branch information
ksar-ksar committed Feb 17, 2021
1 parent 50c12b1 commit faa64a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class/actions_removeconf.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public function formConfirm($parameters, &$object, &$action, $hookmanager)
}

//Valid
if (($action == 'valid') && ($conf->global->REMOVECONF_E_VALID) && ($user->rights->removeconf->validate_shipping)){
if (($action == 'valid') && ($user->rights->removeconf->validate_shipping)){
$this->results = true;
$page = $_SERVER["PHP_SELF"] . '?id=' . $object->id;
$action_confirm = 'confirm_valid';
Expand Down

0 comments on commit faa64a4

Please sign in to comment.