This commit is contained in:
2026-02-03 20:26:05 +01:00
parent 011af03e8a
commit eef972c679
2 changed files with 2 additions and 2 deletions

View File

@@ -490,7 +490,7 @@ class ShipmentIn(metaclass=PoolMeta):
"<p>"
f"<strong>BL number:</strong> {self.bl_number} | "
f"<strong>Vessel:</strong> {vessel} | "
f"<strong>ETA:</strong> {self.eta}"
f"<strong>ETA:</strong> {self.etad}"
"</p>"
)