Files
psp_panel/src/app/shared/components/purchaseReceiptPayment/wrapper.component.html
T

11 lines
349 B
HTML
Raw Normal View History

2026-03-10 13:36:45 +03:30
<!-- @if (showPaymentForm()) {
<app-supplier-invoice-pay-form
[(visible)]="showPaymentForm"
[debtAmount]="purchaseReceipt.totalAmount"
[supplierId]="purchaseReceipt.supplierId.toString()"
[inventoryId]="purchaseReceipt.inventoryId.toString()"
[invoiceId]="purchaseReceipt.id.toString()"
(onSubmit)="submitted()"
/>
2026-03-10 13:36:45 +03:30
} -->