s11
This commit is contained in:
@@ -251,10 +251,10 @@
|
||||
</table>
|
||||
</div>
|
||||
<div class="d-flex justify-content-end align-items-center">
|
||||
<div>
|
||||
<div class="mt-2">
|
||||
<button class="btn btn-secondary">Discard</button>
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<a href="/customers/print-invoice/?customerId=<?= $_GET['customerId'] . '&invoiceId='. $_GET['invoiceId']; ?>" id="printBtn" class="btn btn-primary visually-">Print Invoice</a>
|
||||
<button type="submit" class="btn text-white" style="background-color: #374151;">Save</button>
|
||||
<a href="/customers/print-invoice/?customerId=<?= $_GET['customerId'] . '&invoiceId='. $_GET['invoiceId']; ?>" id="printBtn" class="btn text-white visually-" style="background-color: #374151;">Print Invoice</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -107,11 +107,11 @@ if ($invoiceInfo['tenure'] > 1) {
|
||||
<table class="table table-striped " style="font-size: 14px;">
|
||||
<thead class="">
|
||||
<tr>
|
||||
<th>Payment Amount</th>
|
||||
<th>Payment Date</th>
|
||||
<th>Payment Source</th>
|
||||
<th>Transaction ID</th>
|
||||
<th>Remarks</th>
|
||||
<th>Amount</th>
|
||||
<th>Date</th>
|
||||
<th>Source</th>
|
||||
<th>Transaction ID</th>
|
||||
<th class="text-center">Remarks</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
Reference in New Issue
Block a user