Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
[FIX] cda t icket;
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Jul 31, 2015
1 parent 2f6fc79 commit 2efeed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos_improve_posbox/model/pos_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_export_receipt(self, cr, uid, pId, context=None):
'price': line.price_unit,
'discount': line.discount,
'product_name': line.product_id.name,
'price_display': line.price_subtotal,
'price_display': line.price_subtotal_incl,
'price_with_tax': line.price_subtotal_incl,
'price_without_tax': line.price_subtotal,
'tax': line.price_subtotal_incl - line.price_subtotal,
Expand Down

0 comments on commit 2efeed2

Please sign in to comment.