Show helptext when applicable for "new batch from product query"
This commit is contained in:
parent
0904cda2c6
commit
322335f4ab
|
@ -39,6 +39,9 @@
|
|||
<%def name="render_deform_field(form, field)">
|
||||
% if use_buefy:
|
||||
<b-field horizontal
|
||||
% if field.description:
|
||||
message="${field.description}"
|
||||
% endif
|
||||
% if field.error:
|
||||
type="is-danger"
|
||||
:message='${form.messages_json(field.error.messages())|n}'
|
||||
|
|
Loading…
Reference in a new issue