Finish Hotfix-90
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
package it.integry.ems.migration.model;
|
||||||
|
|
||||||
|
import it.integry.ems.migration._base.BaseMigration;
|
||||||
|
import it.integry.ems.migration._base.IntegryCustomer;
|
||||||
|
import it.integry.ems.migration._base.MigrationModelInterface;
|
||||||
|
|
||||||
|
public class Migration_20241112183616 extends BaseMigration implements MigrationModelInterface {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void up() throws Exception {
|
||||||
|
if (isHistoryDB())
|
||||||
|
return;
|
||||||
|
|
||||||
|
if ( isCustomer(IntegryCustomer.Carelli))
|
||||||
|
updateSetupValue("PICKING", "ACCETTAZIONE_BOLLA", "FLAG_DISABLE_MANDATORY_TRACCIABILITA", "S");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void down() throws Exception {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -101,7 +101,7 @@ public class ListiniAcquistoHandlerService {
|
|||||||
" descrizione,\n" +
|
" descrizione,\n" +
|
||||||
" cod_mart,\n" +
|
" cod_mart,\n" +
|
||||||
" cod_art_for,\n" +
|
" cod_art_for,\n" +
|
||||||
" qta_cnf,\n" +
|
" round(qta_cnf/rap_conv, 5) qta_cnf,\n" +
|
||||||
" unt_mis_acq,\n" +
|
" unt_mis_acq,\n" +
|
||||||
" qta_min_ord,\n" +
|
" qta_min_ord,\n" +
|
||||||
" flag_qta_multipla\n" +
|
" flag_qta_multipla\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user