add column in reports modules
This commit is contained in:
@@ -397,6 +397,8 @@
|
||||
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ adding of rows @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
|
||||
$(document).on('button click', '#addNewRow', function(){
|
||||
var TemplateCode = $('#template_code').val();
|
||||
var avalable_sizes = $('#avalable_sizes').val();
|
||||
|
||||
// console.log(TemplateCode)
|
||||
var orderCounterValue = $('#orderCounterValue').val();
|
||||
var numi = document.getElementById('orderCounterValue');
|
||||
@@ -409,7 +411,8 @@
|
||||
data:{
|
||||
|
||||
itemCount : num,
|
||||
tempCode : TemplateCode
|
||||
tempCode : TemplateCode,
|
||||
avalable_sizes : avalable_sizes
|
||||
},
|
||||
|
||||
dataType: "html", //expect html to be returned
|
||||
|
||||
Reference in New Issue
Block a user