Commit f4d4602c by yuichiro ogawa

#36026 ラベルプリント処理を追加

parent 4b1f20ac
......@@ -1336,7 +1336,7 @@ public abstract class ABVContentViewActivity extends ABVAuthenticatedActivity {
//結果判定とエラー表示
if (tagText1.toString().equals("OK")){
Logger.w(TAG,"label print complete");
afterABookCheckApi(mCmd, "", 0, tagText1 + "印刷指示が完了しました。", null);
afterABookCheckApi(mCmd, "", 0, tagText1 + "印刷指示が完了しました。", null);
}
else{
Logger.w(TAG,"label print error");
......
......@@ -38,8 +38,8 @@ app_versioncode=1
# abvEnvironments.xml
#cms server
acms_address=https://abook189.abook.bz/acms
download_server_address=https://abook189.abook.bz/acms
acms_address=https://abook190.abook.bz/acms
download_server_address=https://abook190.abook.bz/acms
#syncview server
websocket_server_http_url=https://abookplus.agentec.jp/v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment