From 9760fa983ad9994c70d1ef4ad8475b4a3d6f9ffe Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Wed, 14 Aug 2013 23:48:36 +0200 Subject: [PATCH] fix order overview --- src/wext/orderinfo.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/wext/orderinfo.h b/src/wext/orderinfo.h index deaa67a..91cf8c3 100644 --- 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();} -- 1.7.2.5