This commit is contained in:
Laurent Destailleur
2024-04-02 14:11:24 +02:00
parent 4b1dba0764
commit a8d024f9f8
3 changed files with 3 additions and 1 deletions

View File

@@ -2029,6 +2029,7 @@ Notify_MEMBER_MODIFY
Notify_MEMBER_RESILIATE
Notify_MEMBER_SUBSCRIPTION
Notify_MEMBER_VALIDATE
Notify_ORDER_CANCEL
Notify_ORDER_CLOSE
Notify_ORDER_SENTBYMAIL
Notify_ORDER_SUPPLIER_APPROVE

View File

@@ -189,7 +189,7 @@ print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
print '<input type="hidden" name="token" value="'.newToken().'">';
print '<input type="hidden" name="action" value="setvalue">';
print '<div class="div-table-responsive">';
print '<div class="div-table-responsive-no-min">';
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Parameter").'</td>';

View File

@@ -42,6 +42,7 @@ notiftouserandtofixedemail=To user and fixed mail
Notify_ORDER_VALIDATE=Sales order validated
Notify_ORDER_SENTBYMAIL=Sales order sent by mail
Notify_ORDER_CLOSE=Sales order delivered
Notify_ORDER_CANCEL=Sales order canceled
Notify_ORDER_SUPPLIER_SENTBYMAIL=Purchase order sent by email
Notify_ORDER_SUPPLIER_VALIDATE=Purchase order recorded
Notify_ORDER_SUPPLIER_APPROVE=Purchase order approved