Expose, honor "allow future" setting for vendor catalog batch

This commit is contained in:
Lance Edgar 2022-01-08 12:19:35 -06:00
parent 88b3279e63
commit 2ce7c93aeb
2 changed files with 51 additions and 8 deletions

View file

@ -3,6 +3,19 @@
<%def name="form_content()">
${self.input_file_templates_section()}
<h3 class="block is-size-3">Options</h3>
<div class="block" style="padding-left: 2rem;">
<b-field>
<b-checkbox name="rattail.batch.vendor_catalog.allow_future"
v-model="simpleSettings['rattail.batch.vendor_catalog.allow_future']"
@input="settingsNeedSaved = true">
Allow "future" cost changes
</b-checkbox>
</b-field>
</div>
</%def>