Add support for mode, purchase relation for purchase batches
This commit is contained in:
parent
1a6bacda6a
commit
d46b0cbc70
5 changed files with 84 additions and 5 deletions
15
tailbone/templates/purchases/batches/create.mako
Normal file
15
tailbone/templates/purchases/batches/create.mako
Normal 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()}
|
Loading…
Add table
Add a link
Reference in a new issue