Skip to content

Commit 39c29e3

Browse files
committed
feat: add License Administration transaction to manage system licenses
1 parent 6552d70 commit 39c29e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

webapp/model/transactions.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,5 +569,11 @@
569569
"title": "Client Copy",
570570
"description": "Copy client-specific data and settings",
571571
"tags": "GENERAL"
572+
},
573+
{
574+
"tcode": "SLICENSE",
575+
"title": "License Administration",
576+
"description": "Manage and view system licenses",
577+
"tags": "GENERAL"
572578
}
573579
]

0 commit comments

Comments
 (0)