perbaikan print out call report
This commit is contained in:
@@ -782,14 +782,7 @@
|
||||
});
|
||||
});
|
||||
|
||||
function handleCurrencyInput(input) {
|
||||
const value = input.value.replace(/[^\d]/g, '');
|
||||
input.value = formatCurrency(value);
|
||||
}
|
||||
|
||||
function cleanCurrencyValue(value) {
|
||||
return value.replace(/[^\d]/g, '');
|
||||
}
|
||||
|
||||
function calculateTotal(element) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user