mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
v5.1.47
This commit is contained in:
parent
3cfabd88d7
commit
9b77789c8a
@ -1 +1 @@
|
||||
5.1.46
|
||||
5.1.47
|
@ -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()
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user