fix: Move order number from heading to otherReference field only

This commit is contained in:
Christian 2026-01-05 18:56:24 +01:00
parent 3195afe460
commit 935d2253f7
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
1.3.116 1.3.117

View File

@ -288,7 +288,7 @@ class EconomicExportService:
"layoutNumber": settings.TIMETRACKING_ECONOMIC_LAYOUT "layoutNumber": settings.TIMETRACKING_ECONOMIC_LAYOUT
}, },
"notes": { "notes": {
"heading": f"Tidsregistrering - {order['order_number']}" "heading": "Tidsregistrering"
}, },
"lines": [] "lines": []
} }