From 15232882c3c8dde238a8a8aceb4bc6089894fab1 Mon Sep 17 00:00:00 2001 From: Wilson Gomez Date: Mon, 20 Nov 2023 16:29:52 -0500 Subject: [PATCH] minor fix --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 3e3e27b..46b64cb 100644 --- a/app/main.py +++ b/app/main.py @@ -1856,7 +1856,7 @@ class AppWindow(FrontWindow): 'note': ln['note']} for ln in lines] order['lines_ids']: [ln['id'] for ln in lines] - result = self.receipt_order.print_orders([order]) + result = self.receipt_sale.print_orders([order]) return result def print_command(self, sale, line_reversion=None):