--- dao/DelphiScanner/Configuration.pas 2016/08/21 21:56:01 3096 +++ dao/DelphiScanner/Configuration.pas 2016/08/21 22:34:01 3097 @@ -54,6 +54,7 @@ URLPrintLabel : String; UrlEKLoverforselPakkeshop : String; + URLUdenforSpecifikation : String; UrlEmballageRepareret : String; UrlFindPakketype, UrlSendPrograminfo: String; @@ -261,8 +262,11 @@ UrlEmballageRepareret := BaseURL + '/webservices/pakkeshop/EmballageRepareret.php?sted=%s&stregkode=%s'; UrlEmballageRepareret := InjectURL(UrlEmballageRepareret); + URLUdenforSpecifikation := BaseURL + '/webservices/pakkeshop/UdenforSpecifikation.php?sted=%s&stregkode=%s'; + URLUdenforSpecifikation := InjectURL(URLUdenforSpecifikation); - URLPrintLabel := BaseURL + '/BogpakkeKontrol/PrintLabel.php?stregkode=%s'; + + URLPrintLabel := BaseURL + '/WebServices/BogpakkeKontrol/PrintLabel.php?stregkode=%s'; URLPrintLabel := InjectURL(URLPrintLabel);