[POS-commit] r3954 - stoq/trunk/stoq/gui/pos
Henrique Romano
henrique at async.com.br
Fri Jul 21 17:42:25 BRT 2006
Author: henrique
Date: Fri Jul 21 17:42:25 2006
New Revision: 3954
Modified:
stoq/trunk/stoq/gui/pos/pos.py
Log:
Minor change
Modified: stoq/trunk/stoq/gui/pos/pos.py
==============================================================================
--- stoq/trunk/stoq/gui/pos/pos.py (original)
+++ stoq/trunk/stoq/gui/pos/pos.py Fri Jul 21 17:42:25 2006
@@ -177,7 +177,7 @@
quantity = self.sellableitem_proxy.model.quantity
registered_price = self.sellableitem_proxy.model.price
- price = registered_price or sellable.get_price()
+ price = registered_price or sellable.price
if isinstance(sellable.get_adapted(), Service) and quantity > 1:
for i in range(quantity):
More information about the POS-commit
mailing list