Travel: Update css, zmiany w widoku faktur zakupowych

This commit is contained in:
2026-04-28 10:51:39 +02:00
parent fcc3494392
commit 31641b0ec8
843 changed files with 77393 additions and 26795 deletions

View File

@@ -77,9 +77,7 @@
el.className = 'marker';
el.insertAdjacentHTML(
'afterbegin',
'<img src="' +
assetsPath +
'img/illustrations/fleet-car.png" alt="Fleet Car" width="20" class="rounded-3" id="carFleet-' +
'<img src="../../assets/img/illustrations/fleet-car.png" alt="Fleet Car" width="20" class="rounded-3" id="carFleet-' +
marker.properties.message +
'">'
);