Reviewers: ,


Please review this at http://codereview.tryton.org/30001/

Affected files:
  M shipment.py


Index: shipment.py
===================================================================
--- a/shipment.py
+++ b/shipment.py
@@ -921,6 +921,8 @@
                     'planned_date': move.planned_date,
                     'state': 'draft',
                     'company': move.company.id,
+                    'currency': move.currency.id,
+                    'unit_price': move.unit_price,
                     })

     def create(self, values):


--
[email protected] mailing list

Reply via email to