Show helptext when applicable for "new batch from product query"

This commit is contained in:
Lance Edgar 2022-03-15 22:58:19 -05:00
parent 0904cda2c6
commit 322335f4ab

View file

@ -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}'