added patch in delivery note page
This commit is contained in:
@@ -31,7 +31,7 @@ export class DelivereryNoteForm {
|
||||
deliverer: new FormControl<string>(null,[Validators.required]),
|
||||
expeditionDate: new FormControl(null,[Validators.required]),
|
||||
estimatedDate: new FormControl(null),
|
||||
realDate: new FormControl(null)
|
||||
realDeliveryDate: new FormControl(null)
|
||||
})
|
||||
|
||||
private deliverersService = inject(DeliverersService);
|
||||
|
||||
Reference in New Issue
Block a user