Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Cristiano
2026-05-30 15:00:14 +02:00
@@ -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();
}