Relation Manager through relation
I have three models:
Order
, OrderItem
and Invoice.
Order.php:
OrderItem.php:
Invoice.php
Order items have no separate page, I fill order items with repeater on order page. How can I display invoices with relation manager on the same page (with orders)?0 Replies