mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
FIX typo in previous merge
This commit is contained in:
committed by
Sylvain GARANCHER
parent
9c12be1f30
commit
121c2b10e2
@@ -92,7 +92,7 @@ class Printer(models.Model):
|
||||
('user_id', '=', self.env.uid),
|
||||
('action', '!=', 'user_default')],
|
||||
limit=1)
|
||||
if action and action.printer_tray_id:
|
||||
if action.printer_tray_id:
|
||||
tray = action.printer_tray_id
|
||||
|
||||
if tray:
|
||||
|
||||
Reference in New Issue
Block a user