Merge pull request #12513 from frederic34/patch-11
dol_fiche_end() returns void
This commit is contained in:
commit
6300369433
@ -167,7 +167,7 @@ if ($object->id)
|
||||
print "</table>\n";
|
||||
print '</div>';
|
||||
|
||||
print dol_fiche_end();
|
||||
dol_fiche_end();
|
||||
|
||||
|
||||
|
||||
|
||||
@ -174,7 +174,7 @@ if ($id > 0 || !empty($ref))
|
||||
|
||||
print "</div>\n";
|
||||
|
||||
print dol_fiche_end();
|
||||
dol_fiche_end();
|
||||
|
||||
$modulepart = 'commande';
|
||||
$permission = $user->rights->commande->creer;
|
||||
|
||||
@ -231,7 +231,7 @@ else
|
||||
|
||||
print '</div>';
|
||||
|
||||
print dol_fiche_end();
|
||||
dol_fiche_end();
|
||||
|
||||
|
||||
// Actions buttons
|
||||
|
||||
@ -168,7 +168,7 @@ if ($id > 0 || !empty($ref)) {
|
||||
|
||||
print "</div>\n";
|
||||
|
||||
print dol_fiche_end();
|
||||
dol_fiche_end();
|
||||
|
||||
$modulepart = 'expedition';
|
||||
$permission = $user->rights->expedition->creer;
|
||||
|
||||
@ -394,7 +394,7 @@ if (! empty($id) || ! empty($ref))
|
||||
}
|
||||
}
|
||||
$listofvariantselected .= '</div>';
|
||||
//print dol_fiche_end();
|
||||
//dol_fiche_end();
|
||||
} else {
|
||||
$title = $langs->trans('EditProductCombination');
|
||||
}
|
||||
@ -602,7 +602,7 @@ if (! empty($id) || ! empty($ref))
|
||||
print '</table>';
|
||||
}
|
||||
|
||||
print dol_fiche_end();
|
||||
dol_fiche_end();
|
||||
?>
|
||||
|
||||
<div style="text-align: center">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user