diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php index b641d4adcc8..0efd26f3d84 100644 --- a/htdocs/supplier_proposal/card.php +++ b/htdocs/supplier_proposal/card.php @@ -937,7 +937,7 @@ if (empty($reshook)) $result = $object->availability($_POST['availability_id']); } - // Conditions de reglement + // Terms of the settlement elseif ($action == 'setconditions' && $user->rights->supplier_proposal->creer) { $result = $object->setPaymentTerms(GETPOST('cond_reglement_id', 'int')); }