mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #16955 from atm-gauthier/fix_dol_get_fiche_head_salary
FIX : wrong dol_get_fiche_end()
This commit is contained in:
commit
f9722b7c3b
|
|
@ -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">';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user