Update Report Livechat
This commit is contained in:
@@ -198,6 +198,11 @@ class Helper
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static function formatRupiah($angka)
|
||||
{
|
||||
return "Rp " . number_format($angka, 0, ',', '.');
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user