Finish Hotfix-QueryDoc

This commit is contained in:
Giuseppe Scorrano 2020-11-16 15:13:15 +01:00
commit 89eafaf6ca
2 changed files with 3 additions and 3 deletions

View File

@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
android { android {
def appVersionCode = 167 def appVersionCode = 168
def appVersionName = '1.13.21' def appVersionName = '1.13.22'
signingConfigs { signingConfigs {
release { release {

View File

@ -99,7 +99,7 @@ public class PickingResiRESTConsumer {
" ,dtb_docr.[qta_doc2]" + " ,dtb_docr.[qta_doc2]" +
" ,dtb_docr.[unt_doc3]" + " ,dtb_docr.[unt_doc3]" +
" ,dtb_docr.[qta_doc3]" + " ,dtb_docr.[qta_doc3]" +
" ,dtb_docr.[num_cnf] - ISNULL(mtb_colr.num_cnf, 0 AS num_cnf" + " ,dtb_docr.[num_cnf] - ISNULL(mtb_colr.num_cnf, 0) AS num_cnf" +
" ,dtb_docr.[peso_lordo]" + " ,dtb_docr.[peso_lordo]" +
" ,dtb_docr.[posizione]" + " ,dtb_docr.[posizione]" +
" ,dtb_docr.[cod_anag_comp]" + " ,dtb_docr.[cod_anag_comp]" +