Aggiunto barcode_un_in in sourceMtbColr passata in rettificaMagazzinoProduzione
All checks were successful
PVM/pipeline/head This commit looks good
All checks were successful
PVM/pipeline/head This commit looks good
This commit is contained in:
@@ -49,6 +49,7 @@ class TransfManagerPFC extends TransformationManager {
|
||||
ma.cod_mgrp AS codGruppo,
|
||||
ma.cod_msgr AS codSgruppo,
|
||||
partita_mag,
|
||||
mt.barcode_ul AS barcode_ul_in,
|
||||
data_vers
|
||||
FROM mtb_colr mr
|
||||
INNER JOIN mtb_colt mt ON mr.gestione = mt.gestione AND mr.data_collo = mt.data_collo AND mr.ser_collo = mt.ser_collo AND mr.num_collo = mt.num_collo
|
||||
@@ -273,4 +274,4 @@ AND mr.cod_mart = '[codMart]'");
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@ class TransfManagerPFP extends TransformationManager {
|
||||
ma.cod_mgrp AS codGruppo,
|
||||
ma.cod_msgr AS codSgruppo,
|
||||
partita_mag,
|
||||
mt.barcode_ul AS barcode_ul_in,
|
||||
data_vers
|
||||
FROM mtb_colr mr
|
||||
INNER JOIN mtb_colt mt ON mr.gestione = mt.gestione AND mr.data_collo = mt.data_collo AND mr.ser_collo = mt.ser_collo AND mr.num_collo = mt.num_collo
|
||||
@@ -273,4 +274,4 @@ AND mr.cod_mart = '[codMart]'");
|
||||
}
|
||||
return $ret;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -49,6 +49,7 @@ class TransfManagerSL extends TransformationManager {
|
||||
ma.cod_mgrp AS codGruppo,
|
||||
ma.cod_msgr AS codSgruppo,
|
||||
partita_mag,
|
||||
mt.barcode_ul AS barcode_ul_in,
|
||||
data_vers
|
||||
FROM mtb_colr mr
|
||||
INNER JOIN mtb_colt mt ON mr.gestione = mt.gestione AND mr.data_collo = mt.data_collo AND mr.ser_collo = mt.ser_collo AND mr.num_collo = mt.num_collo
|
||||
@@ -262,4 +263,4 @@ AND mr.cod_mart = '[codMart]'");
|
||||
->setVar("codMart", $codMart);
|
||||
return $query->toRet()->firstRow()->date2ts()->execute();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user