Index: APPS/EC/impl/WebshopSessionService.cls.xml
===================================================================
diff -u -r29059 -r32354
--- APPS/EC/impl/WebshopSessionService.cls.xml (.../WebshopSessionService.cls.xml) (revision 29059)
+++ APPS/EC/impl/WebshopSessionService.cls.xml (.../WebshopSessionService.cls.xml) (revision 32354)
@@ -69,7 +69,7 @@
PersonalityID:DOM.common.enu.Personality=""
%String
Index: vhUnitTest/APPS/EC/impl/OfferteUrlBepaler/AlleenLezen/Test.cls.xml
===================================================================
diff -u -r29059 -r32354
--- vhUnitTest/APPS/EC/impl/OfferteUrlBepaler/AlleenLezen/Test.cls.xml (.../Test.cls.xml) (revision 29059)
+++ vhUnitTest/APPS/EC/impl/OfferteUrlBepaler/AlleenLezen/Test.cls.xml (.../Test.cls.xml) (revision 32354)
@@ -4,7 +4,7 @@
vhUnitTest.TestCase
-APPS.EC.impl.Webshop.OfferteUrlBepaler
+APPS.EC.Webshop.impl.OfferteUrlBepaler
1
@@ -21,7 +21,7 @@
Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_Kisch", "http://unittest.kisch.nl", ..#Applicatie)
Do ##class(TECH.Config.ConfigMgr).Instance().ZetString("APPS.EC.impl.Webshop.UrlBepaler_VanRaemdonck", "http://unittest.vanraemdonck.eu", ..#Applicatie)
- Set ..OfferteUrlBepaler = ##class(APPS.EC.impl.Webshop.OfferteUrlBepaler).%New()
+ Set ..OfferteUrlBepaler = ##class(APPS.EC.Webshop.impl.OfferteUrlBepaler).%New()
]]>
Index: APPS/VKP/Offerte/impl/BesteldeOfferteMelder/SFS/OfferteDtoGenerator.cls.xml
===================================================================
diff -u -r29059 -r32354
--- APPS/VKP/Offerte/impl/BesteldeOfferteMelder/SFS/OfferteDtoGenerator.cls.xml (.../OfferteDtoGenerator.cls.xml) (revision 29059)
+++ APPS/VKP/Offerte/impl/BesteldeOfferteMelder/SFS/OfferteDtoGenerator.cls.xml (.../OfferteDtoGenerator.cls.xml) (revision 32354)
@@ -105,7 +105,7 @@
Set ..OfferteDto.LeverDatum = ..GeefGeformatteerdeWensLeverDatum(Offerte.WensLeverDatum)
Set ..OfferteDto.Opmerking1 = Offerte.BestelOpmerking
Set ..OfferteDto.SubmitTS = ..GeefGeformatteerdeDatum(Offerte.GeefBestelDatum())
- Set ..OfferteDto.URLPrintPage = ##class(APPS.EC.impl.Webshop.OfferteUrlBepaler).%New().GeefURL(Offerte, ##class(APPS.EC.enu.WebshopModus).AlleenLezen())
+ Set ..OfferteDto.URLPrintPage = ##class(APPS.EC.Webshop.impl.OfferteUrlBepaler).%New().GeefURL(Offerte, ##class(APPS.EC.enu.WebshopModus).AlleenLezen())
Set ..OfferteDto.EindklantTotaalPrijs = ..GeefPrijsObject(..TotaalEnPrijsBerekenaar.GeefEindklantTotaalPrijs(), ..TotaalEnPrijsBerekenaar.GeefMuntVoorVerkoopPrijs())
Set ..OfferteDto.VHKlantTotaalPrijs = ..GeefPrijsObject(..TotaalEnPrijsBerekenaar.GeefVHKlantTotaalPrijs(), ..TotaalEnPrijsBerekenaar.GeefMuntVoorAankoopPrijs())
FishEye: Tag 32354 refers to a dead (removed) revision in file `APPS/EC/impl/Webshop/UrlBepaler.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: APPS/EC/Rapporteur/impl/KlantRapporteur.cls.xml
===================================================================
diff -u -r32200 -r32354
--- APPS/EC/Rapporteur/impl/KlantRapporteur.cls.xml (.../KlantRapporteur.cls.xml) (revision 32200)
+++ APPS/EC/Rapporteur/impl/KlantRapporteur.cls.xml (.../KlantRapporteur.cls.xml) (revision 32354)
@@ -9,12 +9,12 @@
-APPS.EC.impl.Webshop.UrlBepaler
+APPS.EC.Webshop.impl.UrlBepaler
1
-Offerte:APPS.VKP.Offerte,WebshopURLBepaler:APPS.EC.impl.Webshop.UrlBepaler
+Offerte:APPS.VKP.Offerte,WebshopURLBepaler:APPS.EC.Webshop.impl.UrlBepaler
1
1
%Status
@@ -23,7 +23,7 @@
Set ..HandelKlantData = ##class(APPS.ApplicatieContext).Instance().GeefCommonAPI().GeefDataService(Offerte.GeefPersonalityID()).GeefKlantData(Offerte.GeefKlantID())
Set ..Taal = ..HandelKlantData.Taal
Set ..Type = ##class(APPS.EC.enu.RapporteurType).Klant()
- Set ..WebshopURLBepaler = $$$Implementation(WebshopURLBepaler, ##class(APPS.EC.impl.Webshop.UrlBepaler).%New())
+ Set ..WebshopURLBepaler = $$$Implementation(WebshopURLBepaler, ##class(APPS.EC.Webshop.impl.UrlBepaler).%New())
Do ##super(Offerte)
@@ -54,6 +54,7 @@
DaroPersonality:DOM.common.DaroPersonality
+
Index: APPS/EC/Webshop/impl/UrlBepaler.cls.xml
===================================================================
diff -u -r32332 -r32354
--- APPS/EC/Webshop/impl/UrlBepaler.cls.xml (.../impl/Webshop/UrlBepaler.cls.xml) (revision 32332)
+++ APPS/EC/Webshop/impl/UrlBepaler.cls.xml (.../Webshop/impl/UrlBepaler.cls.xml) (revision 32354)
@@ -1,6 +1,6 @@
-
+
DOM.common.PersonalityUnishopVisitor,APPS.EC.Webshop.UrlBepaler
FishEye: Tag 32354 refers to a dead (removed) revision in file `APPS/EC/impl/Webshop/OfferteUrlBepaler.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: APPS/EC/Rapporteur/impl/HandelRapporteur.cls.xml
===================================================================
diff -u -r32221 -r32354
--- APPS/EC/Rapporteur/impl/HandelRapporteur.cls.xml (.../HandelRapporteur.cls.xml) (revision 32221)
+++ APPS/EC/Rapporteur/impl/HandelRapporteur.cls.xml (.../HandelRapporteur.cls.xml) (revision 32354)
@@ -4,7 +4,7 @@
APPS.EC.Rapporteur.impl.Rapporteur
-APPS.EC.impl.Webshop.OfferteUrlBepaler
+APPS.EC.Webshop.impl.OfferteUrlBepaler
1
@@ -19,7 +19,7 @@
Set ..Type = ##class(APPS.EC.enu.RapporteurType).Handel()
Set ..Taal = $$$StringImplements(Taal,Offerte.GeefPersonality().GeefTaal())
- Set ..OfferteUrlBepaler = ##class(APPS.EC.impl.Webshop.OfferteUrlBepaler).%New()
+ Set ..OfferteUrlBepaler = ##class(APPS.EC.Webshop.impl.OfferteUrlBepaler).%New()
Do ##super(Offerte)
Index: APPS/EC/Webshop/impl/OfferteUrlBepaler.cls.xml
===================================================================
diff -u -r29059 -r32354
--- APPS/EC/Webshop/impl/OfferteUrlBepaler.cls.xml (.../impl/Webshop/OfferteUrlBepaler.cls.xml) (revision 29059)
+++ APPS/EC/Webshop/impl/OfferteUrlBepaler.cls.xml (.../Webshop/impl/OfferteUrlBepaler.cls.xml) (revision 32354)
@@ -1,6 +1,6 @@
-
+
TECH.RegisteredObject