Commit d8ada03a authored by Jérome Perrin's avatar Jérome Perrin

invoices/accounting transactions are not amounts, but they are orders


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28910 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 36759c1b
......@@ -61,7 +61,7 @@ class AccountingTransaction(Delivery):
, PropertySheet.Arrow
, PropertySheet.Movement
, PropertySheet.Delivery
, PropertySheet.Amount
, PropertySheet.Order
, PropertySheet.Reference
, PropertySheet.Comment
, PropertySheet.PaymentCondition
......
......@@ -50,10 +50,10 @@ class Invoice(AccountingTransaction):
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.Delivery
, PropertySheet.Order
, PropertySheet.Task
, PropertySheet.Arrow
, PropertySheet.Movement
, PropertySheet.Amount
, PropertySheet.Reference
, PropertySheet.TradeCondition
, PropertySheet.Folder
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment