Skip to content

Commit a2089e2

Browse files
authored
Update CalculationBaseType.Enum.al (#4124)
#### Summary Update CalculationBaseType.Enum.al to Extensible=True #### Fixes #4092
1 parent d4d65fa commit a2089e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Apps/W1/Subscription Billing/App/Service Commitments/Enums/CalculationBaseType.Enum.al

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace Microsoft.SubscriptionBilling;
22

33
enum 8052 "Calculation Base Type"
44
{
5-
Extensible = false;
5+
Extensible = true;
66

77
value(0; "Item Price")
88
{

0 commit comments

Comments
 (0)