You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.
Line 137 in config/config.php
// - Post actions
$GLOBALS['TL_HOOKS']['executePostActions'][] = array('LiCRM\Invoice', 'generateInvoice');
makes problems while/after AjaxRequest.
The method »generateInvoice()« is nowhere to find in »classes/Invoice«. Maybe the method has a new name and the Hook have to be modified, or the the Hook is never in use (otherwise the Error should be more often), than the line could commended out or deleted.
Kind regards
Martin
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Line 137 in config/config.php
// - Post actions
$GLOBALS['TL_HOOKS']['executePostActions'][] = array('LiCRM\Invoice', 'generateInvoice');
makes problems while/after AjaxRequest.
The method »generateInvoice()« is nowhere to find in »classes/Invoice«. Maybe the method has a new name and the Hook have to be modified, or the the Hook is never in use (otherwise the Error should be more often), than the line could commended out or deleted.
Kind regards
Martin
The text was updated successfully, but these errors were encountered: