From a01d62518324ec22a9a05cbd2c5f5afc6a0843be Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 6 Nov 2024 18:25:25 +1100 Subject: [PATCH] Fixes for migrations --- app/Http/Controllers/QuoteController.php | 2 +- .../2024_10_11_151650_create_e_invoice_tokens_table.php | 5 +++-- tests/Integration/Einvoice/Storecove/StorecoveTest.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/Http/Controllers/QuoteController.php b/app/Http/Controllers/QuoteController.php index 21db57e187e..c96733d073e 100644 --- a/app/Http/Controllers/QuoteController.php +++ b/app/Http/Controllers/QuoteController.php @@ -517,7 +517,7 @@ public function bulk(BulkActionQuoteRequest $request) { /** @var \App\Models\User $user */ $user = auth()->user(); -nlog("booop"); + $action = $request->input('action'); $ids = $request->input('ids'); diff --git a/database/migrations/2024_10_11_151650_create_e_invoice_tokens_table.php b/database/migrations/2024_10_11_151650_create_e_invoice_tokens_table.php index a6545bf463f..3812fef5cdf 100644 --- a/database/migrations/2024_10_11_151650_create_e_invoice_tokens_table.php +++ b/database/migrations/2024_10_11_151650_create_e_invoice_tokens_table.php @@ -1,8 +1,9 @@ getDocument('3f0981f1-5105-4970-81f2-6b7482ad27d7');