Add support for mode, purchase relation for purchase batches

This commit is contained in:
Lance Edgar 2016-11-20 17:48:04 -06:00
parent 1a6bacda6a
commit d46b0cbc70
5 changed files with 84 additions and 5 deletions

View file

@ -0,0 +1,15 @@
## -*- coding: utf-8 -*-
<%inherit file="/newbatch/create.mako" />
<%def name="head_tags()">
${parent.head_tags()}
<script type="text/javascript">
$(function() {
$('.field-wrapper.mode select').selectmenu();
});
</script>
</%def>
${parent.body()}