0
Hello,
how can i disable the error and "invoice created" message!! The client does not need to know about this things!
regards
how can i disable the error and "invoice created" message!! The client does not need to know about this things!
regards
Responses (5)
-
Accepted Answer
-
Accepted Answer
0You mean this code?
if ($model->store($data, $items, $payments)) {
$msg = JText::_( '' );
$type = "message" ;
} else {
$msg = JText::_( '' );
$type = "error" ;
}
$mainframe->enqueueMessage($msg, $type);
}
I remove the jText, but nothing change. When I remove that whole code i get more error messages.
What should i remove to stop the error messages??
regards -
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »