translation

This commit is contained in:
Philippe GRAND 2019-03-25 14:42:44 +01:00
parent 48a0c447b4
commit e2e27dad37

View File

@ -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'));
}