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
|
// ACTION
|
||||||
|
|
||||||
if (!in_array( $action, array("updateRate", "deleteRate"))) {
|
if (!in_array($action, array("updateRate", "deleteRate"))) {
|
||||||
print '<table class="noborder centpercent">';
|
print '<table class="noborder centpercent">';
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print '<td>'.$langs->trans("FormCreateRate").'</td>'."\n";
|
print '<td>'.$langs->trans("FormCreateRate").'</td>'."\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user