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 @@
Item | -Description | -Unit Cost | -Quantity | -Tax | -Line Total | - + +Item | +Description | +Unit Cost | +Quantity | +Tax | +Line Total | +
---|---|---|---|---|---|---|---|---|---|---|---|
+ | {{ Former::text('product_key')->useDatalist(Product::getProductKeys($products), 'key')->onkeyup('onItemChange()') ->raw()->data_bind("value: product_key, valueUpdate: 'afterkeydown'")->addClass('datalist') }} | -+ | - | + | - | + | - - | + | - |