diff --git a/VERSION.txt b/VERSION.txt index ea9844910802..fec0973fe321 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.5.117 \ No newline at end of file +5.5.118 \ No newline at end of file diff --git a/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php b/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php index 4a2d287ef5bb..8f41938b4540 100644 --- a/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php +++ b/app/Services/PdfMaker/Designs/Utilities/DesignHelpers.php @@ -160,6 +160,7 @@ trait DesignHelpers $type_id = 2; } + /** 17-05-2023 need to explicity define product_quote here */ if ($type == 'product_quote') { $type_id = 1; $column_type = 'product_quote'; diff --git a/config/ninja.php b/config/ninja.php index f61cf2828fd5..420f57681116 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -15,8 +15,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.5.117', - 'app_tag' => '5.5.117', + 'app_version' => '5.5.118', + 'app_tag' => '5.5.118', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),