Skip to content

Commit

Permalink
feat(VER-4366): additional product combo ids for new calculators
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalipso0505 committed Sep 25, 2023
1 parent 7e7d9f7 commit c7c641b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Werte/Sparte/Sparten/Gewerbe.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ interface Gewerbe
const FRACHTFUEHRER = 379;
const GEBAEUDE = 177;
const GESCHAEFTSINHALT = 176;
const KFZ = 179;
const KFZ_ANHAENGER = 559;
const KFZ_SCHLEPPER_ZUGMASCHINE = 423;
const KFZ_LANDWIRTSCHAFTLICHE_ZUGMASCHINE = 593;
const KFZ_LIEFERWAGEN = 531;
const KFZ_LKW = 406;
const KFZ_MOTORRAD = 412;
const KFZ_QUAD = 433;
const KFZ_TRIKE = 436;
const GLAS = 232;
Expand Down

0 comments on commit c7c641b

Please sign in to comment.