diff --git a/VERSION.txt b/VERSION.txt index b3084435fbea..cfbc6d1a7105 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.1.46 \ No newline at end of file +5.1.47 \ No newline at end of file diff --git a/app/Services/Quote/ConvertQuote.php b/app/Services/Quote/ConvertQuote.php index b3b947ee40de..750597a314f3 100644 --- a/app/Services/Quote/ConvertQuote.php +++ b/app/Services/Quote/ConvertQuote.php @@ -34,9 +34,9 @@ class ConvertQuote public function run($quote) { $invoice = CloneQuoteToInvoiceFactory::create($quote, $quote->user_id); - + $invoice->design_id = $this->client->getSetting('invoice_design_id'); $invoice = $this->invoice_repo->save([], $invoice); - + $invoice->fresh(); $invoice->service() diff --git a/config/ninja.php b/config/ninja.php index bda3d8bb4114..36d401e99903 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -14,8 +14,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', ''), - 'app_version' => '5.1.46', - 'app_tag' => '5.1.46-release', + 'app_version' => '5.1.47', + 'app_tag' => '5.1.47-release', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', false),