latest commit 20-05-2025

This commit is contained in:
vadivelJ96 2025-05-21 09:49:46 +05:30
parent 9e461c8c5a
commit 66610337cb
2 changed files with 3 additions and 3 deletions

View File

@ -3338,13 +3338,13 @@ if (!empty($INRSYMBOL)) {
}
var index = 1;
/* This is used add capital po line item */
$(document).click('.AddCapital',function() {
$('.AddCapital').click(function() {
let CPRate = $('#CPRate').val();
if (parseFloat(CPRate) === 0 || CPRate.trim() === "") {
alert("Rate Cannot be Empty Or Zero ..!!")
return false;
}

View File

@ -1019,7 +1019,7 @@ $(document).ready(function () {
echo is_nan($total) || !is_finite($total)
? '0.00'
: number_format($total, 2, '.', '');
?>
?>
</td>
<?php } ?>