[PYTHON] ~a comment
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 27 May 2020 10:43:23 +0000 (12:43 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Wed, 27 May 2020 10:43:23 +0000 (12:43 +0200)
wizard/pos_receipt.py

index 944ec2d..71e715a 100644 (file)
@@ -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)