Allow editing of linked deliveries and orders at invoice

This commit is contained in:
Patrick Gansterer 2016-03-11 13:23:13 +01:00
parent 14e2fd179e
commit efb929e64f
12 changed files with 72 additions and 34 deletions

View file

@ -1,2 +1,2 @@
- title t('.title')
= render :partial => 'form'
= render :partial => 'form', :locals => {:invoice_id => @invoice.id}