Update default.inc

This commit is contained in:
2023-11-29 22:42:16 -06:00
parent 0c6f2c1513
commit 04386dbd83

View File

@@ -289,7 +289,7 @@ IDS_NUMBER_FORMAT(){
VAL=${1}
[ "${2}" == "" ] && DEC=2 || DEC=${2}
ShowDecAlways=${3}
ShowDecAlways=yes
# ShowDecAlways=yes
if [ "${ShowDecAlways}" != "" ]; then
echo `printf "%'.${DEC}f\n" ${VAL}`