Customer discount with prefill discount in sales.

This commit is contained in:
2021-04-02 14:34:07 +05:30
parent faf83f9356
commit 73850560aa
35 changed files with 690 additions and 48 deletions

View File

@ -64,9 +64,7 @@ export class UserDetailComponent implements OnInit, AfterViewInit {
ngAfterViewInit() {
setTimeout(() => {
if (this.nameElement !== undefined) {
if (this.nameElement !== undefined) {
this.nameElement.nativeElement.focus();
}
this.nameElement.nativeElement.focus();
}
}, 0);
}