Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -34,6 +34,8 @@ export class DelivereryNoteTable implements OnInit {
|
||||
|
||||
modal = viewChild.required<ModalNav>('modalNav');
|
||||
|
||||
date = new Date().toISOString().split('T')[0]; // yyyy-mm-dd
|
||||
|
||||
async ngOnInit() {
|
||||
await this.fetchDeliveryNotes();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user