add inventory item fast edit
This commit is contained in:
@@ -26,8 +26,6 @@ function WasteCreate(o){
|
||||
|
||||
|
||||
function initAutocomplete(){
|
||||
// var colors = ["red", "blue", "green", "yellow", "brown", "black"];
|
||||
// $('#product_search').typeahead( {source: colors } );
|
||||
|
||||
var $input = $(defaults.selector_product);
|
||||
console.info("len:" + $input.length);
|
||||
@@ -69,10 +67,9 @@ function WasteCreate(o){
|
||||
|
||||
function _findProduct(id){
|
||||
var data, url;
|
||||
|
||||
url = defaults.url_product_find;
|
||||
data = {
|
||||
'id' : id,
|
||||
'id' : id
|
||||
};
|
||||
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user