Merge branch 'master' into develop
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
2025-01-27 10:34:42 +01:00

View File

@@ -593,7 +593,7 @@ public class PvmService {
" AND LEN(mvw_barcode.cod_barre) <= 13\n " +
" UNION " +
" SELECT cod_mart, " +
" IIF(len(plu) < 7, REPLICATE('0', 7 - len(plu)) + plu, plu) as plu " +
" plu " +
" FROM mtb_aart " +
" WHERE plu is not null \n )\n" +
"SELECT mtb_aart.cod_mart AS '@COD_MART',\n" +