mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
4ee66438c5
@ -1 +1 @@
|
|||||||
5.1.7
|
5.1.8
|
@ -223,16 +223,6 @@ class Client extends BaseModel implements HasLocalePreference
|
|||||||
})->first()->format;
|
})->first()->format;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function translated_date_format()
|
|
||||||
{
|
|
||||||
$date_formats = Cache::get('date_formats');
|
|
||||||
|
|
||||||
return $date_formats->filter(function ($item) {
|
|
||||||
return $item->id == $this->getSetting('date_format_id');
|
|
||||||
})->first()->translated_format;
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
public function currency()
|
public function currency()
|
||||||
{
|
{
|
||||||
$currencies = Cache::get('currencies');
|
$currencies = Cache::get('currencies');
|
||||||
|
@ -13,7 +13,7 @@ return [
|
|||||||
'require_https' => env('REQUIRE_HTTPS', true),
|
'require_https' => env('REQUIRE_HTTPS', true),
|
||||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||||
'app_domain' => env('APP_DOMAIN', ''),
|
'app_domain' => env('APP_DOMAIN', ''),
|
||||||
'app_version' => '5.1.7',
|
'app_version' => '5.1.8',
|
||||||
'minimum_client_version' => '5.0.16',
|
'minimum_client_version' => '5.0.16',
|
||||||
'terms_version' => '1.0.1',
|
'terms_version' => '1.0.1',
|
||||||
'api_secret' => env('API_SECRET', false),
|
'api_secret' => env('API_SECRET', false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user