diff --git a/app/Utils/Number.php b/app/Utils/Number.php index 3645a2c93cd8..db315ee4f80b 100644 --- a/app/Utils/Number.php +++ b/app/Utils/Number.php @@ -56,9 +56,9 @@ class Number * @param object $currency The client currency object * @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; diff --git a/resources/views/pdf/design1.blade.php b/resources/views/pdf/design1.blade.php index 3c4c5b0b0d7a..ad44df5f18a6 100644 --- a/resources/views/pdf/design1.blade.php +++ b/resources/views/pdf/design1.blade.php @@ -54,7 +54,7 @@
-