latest commit 20-05-2025
This commit is contained in:
parent
9e461c8c5a
commit
66610337cb
@ -3338,13 +3338,13 @@ if (!empty($INRSYMBOL)) {
|
|||||||
}
|
}
|
||||||
var index = 1;
|
var index = 1;
|
||||||
/* This is used add capital po line item */
|
/* This is used add capital po line item */
|
||||||
$(document).click('.AddCapital',function() {
|
$('.AddCapital').click(function() {
|
||||||
|
|
||||||
let CPRate = $('#CPRate').val();
|
let CPRate = $('#CPRate').val();
|
||||||
|
|
||||||
|
|
||||||
if (parseFloat(CPRate) === 0 || CPRate.trim() === "") {
|
if (parseFloat(CPRate) === 0 || CPRate.trim() === "") {
|
||||||
|
alert("Rate Cannot be Empty Or Zero ..!!")
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1019,7 +1019,7 @@ $(document).ready(function () {
|
|||||||
echo is_nan($total) || !is_finite($total)
|
echo is_nan($total) || !is_finite($total)
|
||||||
? '0.00'
|
? '0.00'
|
||||||
: number_format($total, 2, '.', '');
|
: number_format($total, 2, '.', '');
|
||||||
?>
|
?>
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user