Lines 719-725
Link Here
|
719 |
[% INCLUDE 'datatables.inc' %] |
719 |
[% INCLUDE 'datatables.inc' %] |
720 |
[% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %] |
720 |
[% Asset.js( "lib/sortable/Sortable.min.js" ) | $raw %] |
721 |
[% Asset.js("js/pages/stockrotation.js") | $raw %] |
721 |
[% Asset.js("js/pages/stockrotation.js") | $raw %] |
722 |
[% Asset.js("js/form-submit.js") | $raw %] |
|
|
723 |
<script> |
722 |
<script> |
724 |
var stock_rotation_items_table_settings = [% TablesSettings.GetTableSettings( 'tools', 'stockrotation', 'stock_rotation_manage_items', 'json' ) | $raw %]; |
723 |
var stock_rotation_items_table_settings = [% TablesSettings.GetTableSettings( 'tools', 'stockrotation', 'stock_rotation_manage_items', 'json' ) | $raw %]; |
725 |
var stock_rotation_table_settings = [% TablesSettings.GetTableSettings( 'tools', 'stockrotation', 'stock_rotation', 'json' ) | $raw %]; |
724 |
var stock_rotation_table_settings = [% TablesSettings.GetTableSettings( 'tools', 'stockrotation', 'stock_rotation', 'json' ) | $raw %]; |