add oe_typ_kurzbz and oe_typ_bezeichnung to use in labels

This commit is contained in:
Harald Bamberger
2023-10-19 13:05:02 +02:00
parent dcb308a535
commit eee6f918cd
2 changed files with 6 additions and 1 deletions
@@ -158,7 +158,9 @@ EOTXT;
'funktion_bezeichnung' => $data->funktion_bezeichnung,
'oe_kurzbz' => $data->oe_kurzbz,
'oe_bezeichnung' => $data->oe_bezeichnung,
'oe_kurzbz_sap' => $data->oe_kurzbz_sap
'oe_kurzbz_sap' => $data->oe_kurzbz_sap,
'oe_typ_kurzbz' => $data->oe_typ_kurzbz,
'oe_typ_bezeichnung' => $data->oe_typ_bezeichnung
);
}