[FIX] Adapted standard sxw file

bzr revid: jco@openerp.com-20130314170209-uy5kk1j11w1xgzg8
This commit is contained in:
Josse Colpaert 2013-03-14 18:02:09 +01:00
parent 8067436468
commit 55bbebb7a3
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ class order(report_sxw.rml_parse):
super(order, self).__init__(cr, uid, name, context=context)
self.localcontext.update({
'time': time,
'show_discount':self._show_discount,
'show_discount':self._show_discount,
'showDiscount':self._show_discount,
})
def _show_discount(self, uid, context=None):