Update Report Livechat

This commit is contained in:
2023-09-09 10:36:01 +07:00
parent ab194600c2
commit cff5dba314
5 changed files with 81 additions and 33 deletions

View File

@@ -198,6 +198,11 @@ class Helper
return false;
}
}
public static function formatRupiah($angka)
{
return "Rp " . number_format($angka, 0, ',', '.');
}
}