This commit is contained in:
2026-03-10 13:36:45 +03:30
parent 45d48f79dc
commit b379787002
208 changed files with 2328 additions and 2510 deletions
@@ -1,4 +1,4 @@
@if (showPaymentForm()) {
<!-- @if (showPaymentForm()) {
<app-supplier-invoice-pay-form
[(visible)]="showPaymentForm"
[debtAmount]="purchaseReceipt.totalAmount"
@@ -7,4 +7,4 @@
[invoiceId]="purchaseReceipt.id.toString()"
(onSubmit)="submitted()"
/>
}
} -->