Re: Redirect after delete record on list view (related table) inside view (parent)
Reply #2 –
Hi @willvin !
I tryed to define in the event Before View of the invoice with the following code:
global $inv_id;
$inv_id = $rec_id;
And configured the redirect after a delete on Delete page of inv_items to: invoice/view/$inv_id. But it didn´t work.
Thanks.