|
@@ -71,7 +71,7 @@
|
|
|
|
|
|
@if(@$note && $note->hcpPro->id === $pro->id)
|
|
@if(@$note && $note->hcpPro->id === $pro->id)
|
|
<div class="my-3">
|
|
<div class="my-3">
|
|
- <input type="checkbox" name="signAndMarkBillingDone" checked> Sign and Mark Billing Done
|
|
|
|
|
|
+ <input type="checkbox" name="signAndMarkBillingDone"> Sign and Mark Billing Done
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
|
|
|
|
@@ -129,6 +129,7 @@
|
|
}
|
|
}
|
|
clone.appendTo(container)
|
|
clone.appendTo(container)
|
|
clone.focus();
|
|
clone.focus();
|
|
|
|
+ $('[name="numberOfUnits"]').trigger('change');
|
|
}
|
|
}
|
|
window.calculateCoBillAmount = function(_trigger) {
|
|
window.calculateCoBillAmount = function(_trigger) {
|
|
let amountTarget = $('[calculated-co-amount]');
|
|
let amountTarget = $('[calculated-co-amount]');
|