This commit is contained in:
David Bomba 2023-05-17 20:47:39 +10:00
parent 58cb6ec874
commit 183811ef95
3 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
5.5.117
5.5.118

View File

@ -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';

View File

@ -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', ''),