Hi, Richard
If I want to mark delete at a orderline. Then orderHead.save , that orderline is deleted.
How can I do?
Anya
Simple
orderhead.lines.remove(orderline) orderline.delete() orderhead.save()
Log in to post a comment.
Hi, Richard
If I want to mark delete at a orderline. Then orderHead.save , that orderline is deleted.
How can I do?
Anya
Simple
orderhead.lines.remove(orderline)
orderline.delete()
orderhead.save()