Update card.php

icon invoicing doesn't exists, other views of donation use generic
This commit is contained in:
Frédéric FRANCE 2019-10-17 23:15:46 +02:00 committed by GitHub
parent eb525769be
commit e7646b5526
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -500,7 +500,7 @@ if (! empty($id) && $action == 'edit')
print '<input type="hidden" name="amount" value="'.$object->amount.'">';
dol_fiche_head($head, $hselected, $langs->trans("Donation"), 0, 'invoicing');
dol_fiche_head($head, $hselected, $langs->trans("Donation"), 0, 'generic');
print '<table class="border" width="100%">';