fdffd
This commit is contained in:
parent
8dd71dbaef
commit
55fc9b0982
@ -3812,10 +3812,7 @@ namespace ApiPolo.Controllers
|
|||||||
|
|
||||||
if (ten.Equals(Clienti.VT))
|
if (ten.Equals(Clienti.VT))
|
||||||
{
|
{
|
||||||
Magazzini test = new Magazzini();
|
|
||||||
test.mgcodmag = "MAG01";
|
|
||||||
test.mgdesmag = "MAGA01";
|
|
||||||
lst.Add(test);
|
|
||||||
return lst;
|
return lst;
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -8499,7 +8496,8 @@ namespace ApiPolo.Controllers
|
|||||||
List<Compo_Impia> lst = new List<Compo_Impia>();
|
List<Compo_Impia> lst = new List<Compo_Impia>();
|
||||||
if (ten.Equals(Clienti.VT))
|
if (ten.Equals(Clienti.VT))
|
||||||
{
|
{
|
||||||
|
Compo_Impia ci = new Compo_Impia();
|
||||||
|
ci.
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user