Update purchasesjournal.php

This commit is contained in:
Laurent Destailleur 2017-11-24 16:37:19 +01:00 committed by GitHub
parent d8f18e18ce
commit 06de67cb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,11 +58,16 @@ if ($user->societe_id > 0)
$hookmanager->initHooks(array('purchasesjournal'));
$parameters=array();
$reshook=$hookmanager->executeHooks('doActions',$parameters,$user,$action); // Note that $action and $object may have been modified by some hooks
/*
* Actions
*/
$reshook=$hookmanager->executeHooks('doActions',$parameters,$user,$action); // Note that $action and $object may have been modified by some hooks
/*
* Views
*/
// Get informations of journal
$accountingjournalstatic = new AccountingJournal($db);