mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Clean up
This commit is contained in:
parent
c4bccddbb3
commit
ebeed02d03
@ -56,9 +56,9 @@ class Number
|
|||||||
* @param object $currency The client currency object
|
* @param object $currency The client currency object
|
||||||
* @param object $country The client country
|
* @param object $country The client country
|
||||||
*
|
*
|
||||||
* @return float The formatted value
|
* @return string The formatted value
|
||||||
*/
|
*/
|
||||||
public static function formatMoney($value, $currency, $country, $settings)
|
public static function formatMoney($value, $currency, $country, $settings) :string
|
||||||
{
|
{
|
||||||
|
|
||||||
$thousand = $currency->thousand_separator;
|
$thousand = $currency->thousand_separator;
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="container-fluid">
|
<div class="container">
|
||||||
<div class="row mt-4">
|
<div class="row mt-4">
|
||||||
|
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user