Index: APPS/VKP/impl/Offerte/VerzendingItem.cls.xml
===================================================================
diff -u -r37020 -r37054
--- APPS/VKP/impl/Offerte/VerzendingItem.cls.xml (.../VerzendingItem.cls.xml) (revision 37020)
+++ APPS/VKP/impl/Offerte/VerzendingItem.cls.xml (.../VerzendingItem.cls.xml) (revision 37054)
@@ -40,6 +40,10 @@
TECH.Decimal
+
+TECH.Integer
+
+
%Library.CacheSerialState
VerzendingItemState
@@ -72,6 +76,9 @@
VerkoopPrijs
+
+AantalPalletten
+
Index: WS/EC/Unishop/InternationaleZending/Service.cls.xml
===================================================================
diff -u -r37015 -r37054
--- WS/EC/Unishop/InternationaleZending/Service.cls.xml (.../Service.cls.xml) (revision 37015)
+++ WS/EC/Unishop/InternationaleZending/Service.cls.xml (.../Service.cls.xml) (revision 37054)
@@ -125,17 +125,34 @@
]]>
-
-OfferteID:%String,VerzendingMogelijkheidID:%Integer,OptieKeuze:%Integer
+
+VerzendingMogelijkheidID:%Integer
5) {
+ set Range = ##class(TECH.Range).%New(1,5)
+ if $$$Not(Range.IsValid(VerzendingMogelijkheidID)) {
Do ..OngeldigeVerzendKeuze()
- } elseif (OptieKeuze > 1) {
+ }
+]]>
+
+
+
+OptieKeuze:%Integer
+
+
+
+OfferteID:%String,VerzendingMogelijkheidID:%Integer,OptieKeuze:%Integer
+
vhUnitTest.APPS.VKP.OrderIngaveService.MaakOrderVanOfferte.TestBase
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+