This commit is contained in:
Suvodip
2025-03-26 12:01:32 +05:30
parent 55874583eb
commit 492e4d2bb6
3 changed files with 83 additions and 43 deletions

View File

@@ -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>