Working on UBL
This commit is contained in:
parent
8ebc601a30
commit
2f80e1cc77
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class DashboardController extends BaseController
|
|||
*/
|
||||
public function index()
|
||||
{
|
||||
dd(dispatch(new \App\Jobs\ConvertInvoiceToUbl(\App\Models\Invoice::find(51))));
|
||||
//dd(dispatch(new \App\Jobs\ConvertInvoiceToUbl(\App\Models\Invoice::find(51))));
|
||||
|
||||
$user = Auth::user();
|
||||
$viewAll = $user->hasPermission('view_all');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue