Merge tag 'Hotfix-45' into develop
Finish Hotfix-45
This commit is contained in:
@@ -62,7 +62,7 @@ public class WoocommerceService {
|
||||
" CASE WHEN CONVERT(DATE, GETDATE()) BETWEEN ttb_anno_stag.data_iniz_ecomm AND ttb_anno_stag.data_fine_ecomm THEN 'NUOVA COLLEZIONE' ELSE 'OUTLET' END AS collezione , " +
|
||||
" ttb_stag.descrizione AS stagione , " +
|
||||
" ISNULL(ws.categoria_woocomm, mtb_aart.cod_msgr) AS categoria , " +
|
||||
" CONVERT( DECIMAL(15, 2), dbo.f_CalcPrzMaxTextiles(ttb_style.cod_style, " + UtilityDB.valueToString(listino) + " , 'S' )) AS prezzo " +
|
||||
" CONVERT( DECIMAL(15, 2), dbo.f_CalcPrzMaxTextiles(ttb_style.cod_style, " + UtilityDB.valueToString(listino) + " , 'N' )) AS prezzo " +
|
||||
" FROM ttb_style " +
|
||||
" INNER JOIN mtb_aart " +
|
||||
" ON ttb_style.cod_style = mtb_aart.cod_mart " +
|
||||
@@ -108,7 +108,7 @@ public class WoocommerceService {
|
||||
" ), " +
|
||||
" disponibile AS " +
|
||||
" ( " +
|
||||
" SELECT " +
|
||||
" SELECT DISTINCT " +
|
||||
" dettaglio.cod_style , " +
|
||||
" dettaglio.cod_barre AS ean , " +
|
||||
" dettaglio.pos , " +
|
||||
|
||||
Reference in New Issue
Block a user