Index: WS/EC/Unishop/InternationaleZending/Service.cls.xml
===================================================================
diff -u -r36529 -r36534
--- WS/EC/Unishop/InternationaleZending/Service.cls.xml (.../Service.cls.xml) (revision 36529)
+++ WS/EC/Unishop/InternationaleZending/Service.cls.xml (.../Service.cls.xml) (revision 36534)
@@ -288,14 +288,12 @@
If ..BerekeningFoutenRepository.BestaatViaOfferteID(BerekenInput.Referentie)
{
Set BerekeningFouten = ..BerekeningFoutenRepository.GeefViaOfferteID(BerekenInput.Referentie)
- Set BerekeningFouten.Foutmeldingen = ..VoegToeBerekenInputAanContent(Content,BerekenInput)
- Do BerekeningFouten.Save()
} else {
Set BerekeningFouten = ..BerekeningFoutenRepository.Maak()
Set BerekeningFouten.OfferteID = BerekenInput.Referentie
- Set BerekeningFouten.Foutmeldingen = Content
- Do BerekeningFouten.Save()
}
+ Set BerekeningFouten.Foutmeldingen = ..VoegToeBerekenInputAanContent(Content,BerekenInput)
+ Do BerekeningFouten.Save()
]]>
@@ -304,25 +302,8 @@
1
%String
Index: WS/EC/Unishop/InternationaleZending/impl/ZendingDetails.cls.xml
===================================================================
diff -u -r36515 -r36534
--- WS/EC/Unishop/InternationaleZending/impl/ZendingDetails.cls.xml (.../ZendingDetails.cls.xml) (revision 36515)
+++ WS/EC/Unishop/InternationaleZending/impl/ZendingDetails.cls.xml (.../ZendingDetails.cls.xml) (revision 36534)
@@ -91,7 +91,7 @@
{
Set ExceptionString = ExceptionString _$C(13,10) _DetailsIterator.Next()
}
- Set ExceptionString = ExceptionString _$C(13,10) _"-----------------------------------------------------------------------"
+ Set ExceptionString = ExceptionString _$C(13,10) _$C(13,10)
#Dim ExceptionsIterator As TECH.ListIterator = ##class(TECH.ListIterator).%New(Exceptions)
While ExceptionsIterator.HasNext()
{