Merge : GWm
This commit is contained in:
parent
a911f7b862
commit
d6a101408e
@ -189,6 +189,8 @@ if (!empty($emppay)) {
|
||||
<input type="hidden" class="form-control required" id="Created_Time" name="Created_Time" value="<?php echo $Created_Time; ?>">
|
||||
<input type="hidden" class="form-control required" id="CreatedBy" name="CreatedBy" value="<?php echo $Created_By; ?>">
|
||||
<input type="hidden" readonly id="Pay_Data_ID" name="Pay_Data_ID" value="<?php echo $Pay_Data_ID; ?>">
|
||||
<input type="hidden" class="form-control num" id="Old_Loan_Amount" value="<?php echo $Loan_Amount; ?>" >
|
||||
<input type="hidden" class="form-control num" id="Old_monthly_due" value="<?php echo $Monthly_due; ?>" >
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<div class="form-group">
|
||||
@ -264,8 +266,7 @@ if (!empty($emppay)) {
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- <input type="hidden" id="remaining_due" name="remaining_due" value="<?php echo $Remaining_Due; ?>">
|
||||
<input type="hidden" id="paid_due" name="paid_due" value="<?php echo $Paid_Due; ?>"> -->
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-12 text-right">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user