This commit is contained in:
2024-11-22 09:17:40 +01:00
parent 79a62e9095
commit 50223e4f1d

View File

@@ -61,7 +61,7 @@ public class Migration_20241120185713 extends BaseMigration implements Migration
" case when infoArt.partita_mag IS NOT NULL then \n" +
" mtb_partita_mag.costo_unt_um_mag \n" +
" else \n" +
" dbo.f_GetCostoUltArt(aData,costoComm.cod_mart) \n" +
" dbo.f_GetCostoUltArt(aData,infoArt.cod_mart) \n" +
" end \n" +
" end \n" +
" from infoArt left outer join mtb_partita_mag on infoArt.cod_mart = mtb_partita_mag.cod_mart and\n" +