Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/datev/base/booking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ def output(value, context)
# Buchungsspezifische Inhalte zu den oben genannten Informationsarten

# 37
field 'KOST1 – Kostenstelle', :string, limit: 8
field "KOST1 – Kostenstelle", :string, limit: 36
# Über KOST1 erfolgt die Zuordnung des Geschäftsvorfalls für die anschließende Kostenrechnung.

# 38
field 'KOST2 – Kostenstelle', :string, limit: 8
field "KOST2 – Kostenstelle", :string, limit: 36
# Über KOST2 erfolgt die Zuordnung des Geschäftsvorfalls für die anschließende Kostenrechnung.

# 39
Expand Down
Loading