projects
/
web/konrad/smoke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
18a192a
)
fix order overview
author
Konrad Rosenbaum
<konrad@silmor.de>
Wed, 14 Aug 2013 21:48:36 +0000 (23:48 +0200)
committer
Konrad Rosenbaum
<konrad@silmor.de>
Wed, 14 Aug 2013 21:48:36 +0000 (23:48 +0200)
src/wext/orderinfo.h
patch
|
blob
|
history
diff --git
a/src/wext/orderinfo.h
b/src/wext/orderinfo.h
index
deaa67a
..
91cf8c3
100644
(file)
--- a/
src/wext/orderinfo.h
+++ b/
src/wext/orderinfo.h
@@
-29,7
+29,7
@@
class MOOrderInfo:public MOOrderInfoAbstract
public:
QString totalPriceString()const{return cent2str(totalprice());}
QString amountPaidString()const{return cent2str(amountpaid());}
- QString orderStatusString()const{return OrderState2str(status());}
+ QString orderStatusString()const{return OrderState2locstr(status());}
bool needsPayment()const{return amountpaid()<totalprice();}
bool needsRefund()const{return amountpaid()>totalprice();}