Index: Flow/OrderWMS/Hoofding.cls.xml
===================================================================
diff -u -r1074 -r57981
--- Flow/OrderWMS/Hoofding.cls.xml (.../Hoofding.cls.xml) (revision 1074)
+++ Flow/OrderWMS/Hoofding.cls.xml (.../Hoofding.cls.xml) (revision 57981)
@@ -372,11 +372,31 @@
literal
(19*3600)) Set Tijd=$P($H,",",2) ; indien ongeldige tijd, soms is de tijd 0 of zelfs negatief - PV 29/11/2010
+ If (Tijd<3000)||(Tijd>(22*3600)) Set Tijd=$P($H,",",2) ; indien ongeldige tijd, soms is de tijd 0 of zelfs negatief - PV 29/11/2010
Quit $ZT(Tijd,2)
]]>
+
+cache
+0
+%Library.String
+document
+literal
+(22*3600)) Set Tijd=$P($H,",",2) ; indien ongeldige tijd, soms is de tijd 0 of zelfs negatief - PV 29/11/2010
+ Quit $ZT($Select(Tijd<0 : 0 , Tijd > 86399:86399, 1:Tijd),2)
+ }
+]]>
+
+
Dev:%Library.String,Magazijn:%Library.String
cache