import validation fixed create and edit action on invoice, bill, revenue, payment.
refs #392
This commit is contained in:
@@ -98,6 +98,7 @@ Route::group(['middleware' => 'language'], function () {
|
||||
});
|
||||
|
||||
Route::group(['prefix' => 'banking'], function () {
|
||||
Route::get('accounts/currency', 'Banking\Accounts@currency')->name('accounts.currency');
|
||||
Route::get('accounts/{account}/enable', 'Banking\Accounts@enable')->name('accounts.enable');
|
||||
Route::get('accounts/{account}/disable', 'Banking\Accounts@disable')->name('accounts.disable');
|
||||
Route::resource('accounts', 'Banking\Accounts');
|
||||
|
Reference in New Issue
Block a user