Skip to content

Commit

Permalink
#39 [QuickCreation] fix: spelling error hook
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Mar 30, 2023
1 parent 3cd767b commit 86eb0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/quickcreation.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
$formcompany = new FormCompany($db);
}

$hookmanager->initHooks(['quickcration']); // Note that conf->hooks_modules contains array
$hookmanager->initHooks(['quickcreation']); // Note that conf->hooks_modules contains array

$date_start = dol_mktime(0, 0, 0, GETPOST('projectstartmonth', 'int'), GETPOST('projectstartday', 'int'), GETPOST('projectstartyear', 'int'));

Expand Down

0 comments on commit 86eb0c4

Please sign in to comment.