refs #451 Items
This commit is contained in:
@ -22,7 +22,7 @@ Route::group(['middleware' => 'language'], function () {
|
||||
Route::get('dashboard/cashflow', 'Common\Dashboard@cashFlow')->name('dashboard.cashflow');
|
||||
Route::get('import/{group}/{type}', 'Common\Import@create')->name('import.create');
|
||||
Route::get('items/autocomplete', 'Common\Items@autocomplete')->name('items.autocomplete');
|
||||
Route::post('items/totalItem', 'Common\Items@totalItem')->name('items.total');
|
||||
Route::post('items/totalItem', 'Common\Items@totalItem')->middleware(['money'])->name('items.total');
|
||||
Route::get('items/{item}/duplicate', 'Common\Items@duplicate')->name('items.duplicate');
|
||||
Route::post('items/import', 'Common\Items@import')->name('items.import');
|
||||
Route::get('items/export', 'Common\Items@export')->name('items.export');
|
||||
|
Reference in New Issue
Block a user