From: Ludovic CHEVALIER Date: Wed, 27 May 2020 10:43:23 +0000 (+0200) Subject: [PYTHON] ~a comment X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/User:Test/%27http:/jquery.khurshid.com/ifixpng.php/%40%20%27info_etape_suivante_2%27%20=%3E%20%27You%20can%20move%20on%20to%20the%20next%20step.%27%2C%20%27info_exceptions_proxy%27%20=%3E%20%27Exceptions%20for%20the%20proxy%27%2C%20%27info_exportation_base%27%20=%3E%20%27export%20database%20to%20%40archive%40%27%2C-%27info_facilite_suivi_activite%27%20=%3E%20%27To%20simplify%20monitoring%20of%20the%20site/%27s%20editorial;-%20%20activities%2C%20SPIP%20can%20send%20rmail%20notifications%2C%20e.g.%20to%20an%20editors/%27.find_in_path%28%27css/enluminurestypo.css%27%29.%27?a=commitdiff_plain;h=55acb854150c57c249e7bf46d57e8d423db166f6;p=burette%2Fcoup_de_pouce_velo.git [PYTHON] ~a comment --- diff --git a/wizard/pos_receipt.py b/wizard/pos_receipt.py index 944ec2d..71e715a 100644 --- a/wizard/pos_receipt.py +++ b/wizard/pos_receipt.py @@ -10,7 +10,7 @@ class pos_receipt(orm.Model): _inherit = 'pos.receipt' def print_report(self, cr, uid, ids, context=None): - """Check if partner mobile number is defined before print receipt.""" + """Check if partner mobile number is defined before printing receipt.""" order_id = context['active_id'] order_obj = self.pool.get('pos.order') order = order_obj.browse(cr, uid, order_id, context=context)