dyo
Before method in repeater delete action
here's the simplified schema of my case.
distribution table: id, company
distribution_detail table: distribution_id, goods_id, qty
stock table: goods_id, company_id, qty
goods: id, name
the repeater is the distribution_detail at the distribution form.
23 replies