updated quotation and delivery note

This commit is contained in:
2025-11-20 17:29:35 +01:00
parent 1ba9d0f8ca
commit a1a73ec67d
5 changed files with 1 additions and 23 deletions

View File

@@ -23,7 +23,6 @@ import {NzDatePickerComponent} from "ng-zorro-antd/date-picker";
})
export class QuotationForm {
QuotationForm: FormGroup = new FormGroup({
quotationId: new FormControl<number>(null),
quotationMessage: new FormControl<string>(null),
quotationConditionsSale: new FormControl<string>(null),
})