--- dao/DelphiScanner/Configuration.pas 2016/08/16 21:06:46 3091 +++ dao/DelphiScanner/Configuration.pas 2016/08/21 21:56:01 3096 @@ -54,6 +54,8 @@ URLPrintLabel : String; UrlEKLoverforselPakkeshop : String; + UrlEmballageRepareret : String; + UrlFindPakketype, UrlSendPrograminfo: String; AlarmLyd : String; @@ -256,6 +258,10 @@ URLOmdirigerTilPakkeshop := BaseURL + '/webservices/pakkeshop/PakkeKontrolOmdirigerTilPakkeshop.php?sted=%s&stregkode=%s'; URLOmdirigerTilPakkeshop := InjectURL(URLOmdirigerTilPakkeshop); + UrlEmballageRepareret := BaseURL + '/webservices/pakkeshop/EmballageRepareret.php?sted=%s&stregkode=%s'; + UrlEmballageRepareret := InjectURL(UrlEmballageRepareret); + + URLPrintLabel := BaseURL + '/BogpakkeKontrol/PrintLabel.php?stregkode=%s'; URLPrintLabel := InjectURL(URLPrintLabel);