fix 310 update issues

This commit is contained in:
Mohit Panjwani
2020-05-02 18:53:51 +05:30
parent c5c1674153
commit 9a7c926d53
10 changed files with 1437 additions and 1333 deletions

View File

@ -6,6 +6,7 @@
|--------------------------------------------------------------------------
|
*/
Route::group(['prefix' => 'reports'], function () {
// sales report by customer
@ -46,7 +47,6 @@ Route::group(['prefix' => 'reports'], function () {
'as' => 'get.profit.loss',
'uses' => 'ReportController@profitLossReport'
]);
});