Finish v1.16.8(190)

This commit is contained in:
Giuseppe Scorrano 2021-02-23 16:48:40 +01:00
commit 843679620b
2 changed files with 2 additions and 4 deletions

View File

@ -7,8 +7,8 @@ apply plugin: 'com.google.gms.google-services'
android {
def appVersionCode = 189
def appVersionName = '1.16.7'
def appVersionCode = 190
def appVersionName = '1.16.8'
signingConfigs {
release {

View File

@ -39,7 +39,6 @@ public class ProdFabbisognoLineeProdViewModel {
" " + UtilityDB.valueToString(codMdep) + " AS cod_mdep), " +
" withdraw_mtb_colr AS ( " +
" SELECT cod_mart, " +
" partita_mag, " +
" SUM(qta_col) as qta_col, " +
" SUM(num_cnf) as num_cnf, " +
" mtb_colr.data_ord, " +
@ -50,7 +49,6 @@ public class ProdFabbisognoLineeProdViewModel {
" mtb_colr.ser_collo = mc.ser_collo and mtb_colr.num_collo = mc.num_collo " +
" WHERE segno = -1 " +
" GROUP BY cod_mart, " +
" partita_mag, " +
" mtb_colr.data_ord, " +
" mtb_colr.num_ord, " +
" mtb_colr.gestione " +