feat: implement invoice number sequence field and enhance tax provider status handling across components
This commit is contained in:
@@ -38,6 +38,9 @@ export abstract class AbstractForm<
|
||||
|
||||
ngOnInit() {
|
||||
this.form.patchValue(this.initialValues ?? {});
|
||||
// Object.entries(this.form.controls).forEach(([key, control]) => {
|
||||
// console.log(key, control);
|
||||
// });
|
||||
}
|
||||
|
||||
ngOnChanges() {
|
||||
|
||||
Reference in New Issue
Block a user