end of day commit
This commit is contained in:
@@ -35,4 +35,4 @@
|
||||
.form-actions
|
||||
= f.submit nil, class: 'btn btn-primary'
|
||||
'
|
||||
= link_to t("helpers.links.cancel"), suppliers_path, class: 'btn'
|
||||
= link_to t("helpers.links.cancel"), supplier_root_path, class: 'btn'
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
javascript:
|
||||
$(function(){
|
||||
$('#section_selector').change(function(){
|
||||
Qsupplier.load_active_orders();
|
||||
Qsupplier.load_active_lists();
|
||||
var el = $(this);
|
||||
var linker = $(this).siblings('a');
|
||||
if(el.val()){
|
||||
|
||||
Reference in New Issue
Block a user