Compare commits

...

2 Commits

Author SHA1 Message Date
Adrián Bernardi e3d84e2e0c lims: open notebook lines: do not show party 2023-11-24 21:45:37 -03:00
Adrián Bernardi f90df1d5ad lims: open notebook lines: do not show party name 2023-11-24 21:45:34 -03:00
1 changed files with 2 additions and 2 deletions

View File

@ -6472,8 +6472,8 @@ class OpenNotebookLines(Wizard):
[('notebook', 'in', Transaction().context['active_ids'])])
action['name'] = \
'%s - %s - %s - %s - %s' % (notebook.fraction.number,
notebook.party.name, notebook.product_type.description,
'%s - %s - %s - %s' % (notebook.fraction.number,
notebook.product_type.description,
notebook.matrix.description, notebook.label)
return action, {}