Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop

This commit is contained in:
David Bomba 2023-06-02 15:53:43 +10:00
commit 35ab26016e
9 changed files with 71094 additions and 70918 deletions

View File

@ -1 +1 @@
5.5.122
5.5.123

View File

@ -36,7 +36,9 @@ class EmailStatementService
//Email only the selected clients
if (count($this->scheduler->parameters['clients']) >= 1) {
$query->whereIn('id', $this->transformKeys($this->scheduler->parameters['clients']))->where('balance', '>', 0);
$query->whereIn('id', $this->transformKeys($this->scheduler->parameters['clients']));
}else {
$query->where('balance', '>', 0);
}
$query->cursor()

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.122',
'app_tag' => '5.5.122',
'app_version' => '5.5.123',
'app_tag' => '5.5.123',
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),

View File

@ -293,13 +293,13 @@ const RESOURCES = {
"assets/packages/window_manager/images/ic_chrome_close.png": "75f4b8ab3608a05461a31fc18d6b47c2",
"assets/FontManifest.json": "087fb858dc3cbfbf6baf6a30004922f1",
"assets/AssetManifest.json": "759f9ef9973f7e26c2a51450b55bb9fa",
"/": "912bec7134fde1adb6155ffd02485abd",
"/": "71e41f1d8f869e2ef350c629aa91ea57",
"favicon.png": "dca91c54388f52eded692718d5a98b8b",
"version.json": "7e4267a86708d41867f499ca02deb833",
"icons/Icon-192.png": "bb1cf5f6982006952211c7c8404ffbed",
"icons/Icon-512.png": "0f9aff01367f0a0c69773d25ca16ef35",
"favicon.ico": "51636d3a390451561744c42188ccd628",
"main.dart.js": "e5658db5e0c3e1655a902ea72a539905",
"main.dart.js": "cec0718d25349dde505048f20aba7f8b",
"manifest.json": "ef43d90e57aa7682d7e2cfba2f484a40"
};

4525
public/main.dart.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

135857
public/main.foss.dart.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long