Added loading bar
Fixed product, account and employee details for add new.
This commit is contained in:
@@ -56,7 +56,7 @@ export class AccountDetailComponent implements OnInit, AfterViewInit {
|
||||
this.item = item;
|
||||
this.form.setValue({
|
||||
code: this.item.code || '(Auto)',
|
||||
name: this.item.name,
|
||||
name: this.item.name || '',
|
||||
type: this.item.type,
|
||||
isActive: this.item.isActive,
|
||||
isReconcilable: this.item.isReconcilable,
|
||||
|
||||
Reference in New Issue
Block a user