Merge pull request #16955 from atm-gauthier/fix_dol_get_fiche_head_salary

FIX : wrong dol_get_fiche_end()
This commit is contained in:
Laurent Destailleur 2021-03-25 00:22:33 +01:00 committed by GitHub
commit f9722b7c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,7 +175,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">';