mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge branch 'develop_mcurrencyRate' of github.com:atm-jpb/dolibarr into develop_mcurrencyRate
This commit is contained in:
commit
a810dfaecb
|
|
@ -236,7 +236,7 @@ print dol_get_fiche_head($head, 'ratelist', $langs->trans("ModuleSetup"), -1, "m
|
|||
|
||||
// ACTION
|
||||
|
||||
if (!in_array( $action, array("updateRate", "deleteRate"))) {
|
||||
if (!in_array($action, array("updateRate", "deleteRate"))) {
|
||||
print '<table class="noborder centpercent">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td>'.$langs->trans("FormCreateRate").'</td>'."\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user