Skip to content

Commit

Permalink
Merge d1c932e into 932144f
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelyleaves committed Aug 30, 2018
2 parents 932144f + d1c932e commit 6ba5deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sell/models/sell_delivery.py
Expand Up @@ -585,6 +585,7 @@ def sell_to_return(self):
'price': line.price,
'tax_rate':line.tax_rate,
'cost_unit': line.cost_unit,
'cost': line.cost,#退货取不到成本
'discount_rate': line.discount_rate,
'discount_amount': line.discount_amount,
'type': 'in',
Expand Down

0 comments on commit 6ba5deb

Please sign in to comment.