Update Framework, Invoices
This commit is contained in:
parent
cc5c147c27
commit
9b0b5feb7e
174 changed files with 28356 additions and 8093 deletions
|
|
@ -68,4 +68,12 @@ if (! function_exists('reFormatNumber')) {
|
|||
}
|
||||
}
|
||||
|
||||
if (! function_exists('cleanNumberFormat')) {
|
||||
function cleanNumberFormat($number)
|
||||
{
|
||||
return !$number ? $number : Util::cleanNumberFormat($number);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue