Konto delete

This commit is contained in:
cgfhtw
2024-04-16 14:34:45 +02:00
parent e15f4981fb
commit 006a763436
4 changed files with 93 additions and 8 deletions
+20
View File
@@ -26573,6 +26573,26 @@ array(
)
)
),
array(
'app' => 'core',
'category' => 'sap',
'phrase' => 'msg_buchung_deleted',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Buchungszuordnung SAP geloescht: SalesOrder: {sap_sales_order_id}',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Buchungszuordnung SAP deleted: SalesOrder: {sap_sales_order_id}',
'description' => '',
'insertvon' => 'system'
)
)
),
);