Subversion Repositories DevTools

Rev

Rev 13 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 15
Line 34... Line 34...
34
'------------ RUN BEFORE PAGE RENDER ----------
34
'------------ RUN BEFORE PAGE RENDER ----------
35
If (Request("change_type") = "R") Then
35
If (Request("change_type") = "R") Then
36
	QueryName = "BomRemovedProductLocation.sql"
36
	QueryName = "BomRemovedProductLocation.sql"
37
	IsProductInNewBom = FALSE
37
	IsProductInNewBom = FALSE
38
	
38
	
-
 
39
ElseIf (Request("change_type") = "U") Then
-
 
40
	QueryName = "BomUpdatedProductLocation.sql"
-
 
41
	IsProductInNewBom = FALSE
39
Else
42
Else
40
	
43
	
41
	QueryName = "BomAddedProductLocation.sql"
44
	QueryName = "BomAddedProductLocation.sql"
42
	IsProductInNewBom = TRUE
45
	IsProductInNewBom = TRUE
43
	
46