diff --git a/app/routes.php b/app/routes.php index 39e2034f85af..cf6af334d1a5 100755 --- a/app/routes.php +++ b/app/routes.php @@ -49,7 +49,6 @@ Event::listen('illuminate.query', function($query, $bindings, $time, $name) */ /* -// TODO_FIX replace with cron Route::get('/send_emails', function() { Artisan::call('ninja:send-invoices'); }); diff --git a/app/views/invoices/edit.blade.php b/app/views/invoices/edit.blade.php index dbc224c04f30..38b566828c04 100755 --- a/app/views/invoices/edit.blade.php +++ b/app/views/invoices/edit.blade.php @@ -110,41 +110,41 @@ - - - - - - - - + + + + + + + + - - - - - - - -
ItemDescriptionUnit CostQuantityTaxLine TotalItemDescriptionUnit CostQuantityTaxLine Total
+ + {{ Former::text('product_key')->useDatalist(Product::getProductKeys($products), 'key')->onkeyup('onItemChange()') ->raw()->data_bind("value: product_key, valueUpdate: 'afterkeydown'")->addClass('datalist') }} + + + + +
+