mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Wrong column name
This commit is contained in:
committed by
Graeme Gellatly
parent
e91bbb386f
commit
0ce0909163
@@ -83,7 +83,7 @@ class Printer(models.Model):
|
||||
('user_id', '=', self.env.uid),
|
||||
('action', '!=', 'user_default')],
|
||||
limit=1)
|
||||
if action and action.tray_id:
|
||||
if action and action.printer_tray_id:
|
||||
tray = action.tray_id
|
||||
|
||||
if tray:
|
||||
|
||||
Reference in New Issue
Block a user