Adding basic backend functionality to prod.

This commit is contained in:
Infineon\Ouellette
2025-01-13 14:56:14 -07:00
committed by Ouellette Jonathan (CSC FI SPS MESLEO)
parent 0eac3839ea
commit 860cab9f68
2 changed files with 164 additions and 29 deletions

View File

@ -1,7 +1,7 @@
compile insert RETURN_TO_FAB_LOTS_EQUATES
/*----------------------------------------
Author : Table Create Insert Routine
Written : 10/01/2025
Written : 13/01/2025
Description : Insert for Table RETURN_TO_FAB_LOTS
----------------------------------------*/
#ifndef __RETURN_TO_FAB_LOTS_EQUATES__
@ -22,5 +22,6 @@ compile insert RETURN_TO_FAB_LOTS_EQUATES
equ RETURN_TO_FAB_LOTS_COMPLETED_DTM$ to 14
equ RETURN_TO_FAB_LOTS_REASON$ to 15
equ RETURN_TO_FAB_LOTS_NOTES$ to 16
equ RETURN_TO_FAB_LOTS_NOTES_USER$ to 17
#endif