updated quotation and delivery note
This commit is contained in:
@@ -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),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user