Skip to content

Commit

Permalink
[PreventionPlan] fix: call to openinghours
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-theo committed Sep 14, 2021
1 parent db207d2 commit 4d3881f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firepermit_schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
print '<span class="opacitymedium">'.$langs->trans("FirePermitSchedule")."</span>\n";

//Show common fields
include DOL_DOCUMENT_ROOT.'/custom/digiriskdolibarr/core/tpl/digiriskdolibarr_openinghours_view.tpl.php';
require_once './core/tpl/digiriskdolibarr_openinghours_view.tpl.php';

dol_fiche_end();
// End of page
Expand Down
2 changes: 1 addition & 1 deletion preventionplan_schedule.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
print load_fiche_titre($langs->trans("PreventionPlanSchedule"), '', '');

//Show common fields
include DOL_DOCUMENT_ROOT.'/custom/digiriskdolibarr/core/tpl/digiriskdolibarr_openinghours_view.tpl.php';
require_once './core/tpl/digiriskdolibarr_openinghours_view.tpl.php';

// End of page
llxFooter();
Expand Down

0 comments on commit 4d3881f

Please sign in to comment.