mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge branch 'v5-develop' of https://github.com/turbo124/invoiceninja into v5-develop
This commit is contained in:
commit
35ab26016e
@ -1 +1 @@
|
||||
5.5.122
|
||||
5.5.123
|
@ -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()
|
||||
|
@ -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', ''),
|
||||
|
4
public/flutter_service_worker.js
vendored
4
public/flutter_service_worker.js
vendored
@ -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
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
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
1600
public/main.profile.dart.js
vendored
1600
public/main.profile.dart.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user