Changes to add progress percentage to WIP Status.

This commit is contained in:
Infineon\StieberD
2024-12-12 13:24:48 -07:00
committed by Infineon\Mitchem
parent 63979bb757
commit 36f600c0c6
8 changed files with 453 additions and 8 deletions

View File

@ -0,0 +1,3 @@
Compile Insert ERROR_SERVICES_COMMON
Common /ErrorServices/ ErrorMessages@, ErrorSources@, ErrorCodes@, RetStacks@, EsSpStatCode@, EsSpStatMessage@, Unused7@, Unused8@

View File

@ -12,5 +12,7 @@ compile insert NICA_ORDERS_EQUATES
equ NICA_ORDERS.ENTITY_TYPE$ to 3
equ NICA_ORDERS.ENTITY_ID$ to 4
equ NICA_ORDERS.IS_COMPLETE$ to 5
equ NICA_ORDERS.PROGRESS_PERCENTAGE$ to 6
#endif