Fix arguments to dol_get_fiche_head

This commit is contained in:
MDW
2024-03-26 13:23:43 +01:00
parent 66ce94bafb
commit ebefa90b25

View File

@@ -5,6 +5,7 @@
* Copyright (C) 2011 Herve Prot <herve.prot@symeos.com>
* Copyright (C) 2012 Florian Henry <florian.henry@open-concept.pro>
* Copyright (C) 2018 Juanjo Menent <jmenent@2byte.es>
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -274,7 +275,7 @@ if ($action == 'create') {
print '<input type="hidden" name="action" value="add">';
print '<input type="hidden" name="backtopage" value="'.$backtopage.'">';
print dol_get_fiche_head('', '', '', 0, '');
print dol_get_fiche_head(array(), '', '', 0, '');
print '<table class="border centpercent tableforfieldcreate">';