2
0
forked from Wavyzz/dolibarr

FIX : wrong dol_get_fiche_end()

This commit is contained in:
Gauthier PC portable 024
2021-03-24 15:30:22 +01:00
parent 5f8599ebc9
commit 708f028888

View File

@@ -174,7 +174,7 @@ if ($action == 'create') {
print '<input type="hidden" name="chid" value="'.$chid.'">';
print '<input type="hidden" name="action" value="add_payment">';
print dol_get_fiche_end();
print dol_get_fiche_head();
print '<table class="border centpercent">';