Fixed error to function to create quotation

This commit is contained in:
2026-05-27 13:05:54 +01:00
parent a7ef707388
commit 0aec0be1d4
11 changed files with 206 additions and 16 deletions
+1
View File
@@ -23,6 +23,7 @@
(ok)="onModalQuotationOk()"
(cancel)="onModalQuotationCancel()">
<app-create-quotation-form #quotationForm
[suppliers]="suppliers()"
[products]="selectedProducts()">
</app-create-quotation-form>
</app-modal-button>