Merge pull request #12513 from frederic34/patch-11

dol_fiche_end() returns void
This commit is contained in:
Laurent Destailleur 2019-11-26 09:16:06 +01:00 committed by GitHub
commit 6300369433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View File

@ -167,7 +167,7 @@ if ($object->id)
print "</table>\n";
print '</div>';
print dol_fiche_end();
dol_fiche_end();

View File

@ -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;

View File

@ -231,7 +231,7 @@ else
print '</div>';
print dol_fiche_end();
dol_fiche_end();
// Actions buttons

View File

@ -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;

View File

@ -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">