Skip to content

Commit

Permalink
#103 [Address] add: header on create view
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-micka committed Jul 20, 2023
1 parent 73323ac commit 9aa971b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions view/address_card.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@
saturne_header(0,'', $title, $helpUrl);

if ($action == 'create' && $id > 0) {
$objectLinked->fetch($id);

saturne_get_fiche_head($objectLinked, 'address', $title);

print load_fiche_titre($langs->trans("NewAddress"), $backtopage, $object->picto);

print dol_get_fiche_head();
Expand Down

0 comments on commit 9aa971b

Please sign in to comment.