summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
eb974ef)
};
ns.add_customerprice_row = function() {
};
ns.add_customerprice_row = function() {
- if ($('#add_customerpriceid').val() === '') return;
+ if ($('#add_customerprice').val() === '') return;
var data = $('#customerprice_table :input').serializeArray();
data.push({ name: 'action', value: 'Part/add_customerprice_row' });
var data = $('#customerprice_table :input').serializeArray();
data.push({ name: 'action', value: 'Part/add_customerprice_row' });