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

@@ -24,7 +24,6 @@ import {NzDatePickerComponent} from "ng-zorro-antd/date-picker";
})
export class DelivereryNoteForm {
deliveryNoteForm: FormGroup = new FormGroup({
trackingNumber: new FormControl<string>(null,[Validators.required]),
deliverer: new FormControl<string>(null,[Validators.required]),
expeditionDate: new FormControl(null,[Validators.required]),
estimatedDate: new FormControl(null),