add inventory item fast edit

This commit is contained in:
2016-08-08 07:41:31 +02:00
parent 576a9ba2dc
commit e79187c50e
9 changed files with 433 additions and 119 deletions

View File

@@ -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({