Hi all,
I’m having an issue that when validating a shipment rather than it processing it just shows the sql code for the function as per this screenshot. Does anyone have any ideas on how to resolve?
Hi all,
I’m having an issue that when validating a shipment rather than it processing it just shows the sql code for the function as per this screenshot. Does anyone have any ideas on how to resolve?
Hi.
Versión Dolibarr?
Hi @ojt1998
This looks like the developer left a print_r($object) in between the code somewhere, and maybe after that, wrote exit; have you checked the code?
Best regards
Saikat Koley
I’ll have a look through the code now… thank you
My version is 21.0.1
Issue resolved… an addon module had a trigger that was causing the failure as per @saikatkoley’s suggestion.
Many thanks for the help