i need to print a InventTrans.TransType throught inventtrans.datephysical in if condition
if (InventTrans.DatePhysical != Global::dateNull())
{
InventTrans.TransType;
}
pls help.
i need to print a InventTrans.TransType throught inventtrans.datephysical in if condition
if (InventTrans.DatePhysical != Global::dateNull())
{
InventTrans.TransType;
}
pls help.