fix: wrap notes text for batch view
This commit is contained in:
parent
8df52bf2a2
commit
b9b8bbd2ea
|
@ -383,7 +383,7 @@ class BatchMasterView(MasterView):
|
||||||
f.set_label('executed_by', "Executed by")
|
f.set_label('executed_by', "Executed by")
|
||||||
|
|
||||||
# notes
|
# notes
|
||||||
f.set_type('notes', 'text')
|
f.set_type('notes', 'text_wrapped')
|
||||||
|
|
||||||
# if self.creating and self.request.user:
|
# if self.creating and self.request.user:
|
||||||
# batch = fs.model
|
# batch = fs.model
|
||||||
|
|
Loading…
Reference in a new issue