QAD DROPDOWN NAME CHANGED

This commit is contained in:
gandhimathi 2018-01-12 13:32:52 +00:00
parent 41bcac6942
commit b2a92bb728

View File

@ -29,7 +29,7 @@ foreach($productsinward as $product)
$productsinward1[$product->MaterialCode] =$product->MaterialCode.'-'.$product->MaterialName;
}
$customersinward1 = array(-1 => 'Select Customer');
$customersinward1 = array(-1 => 'Select Supplier');
foreach($customersinward as $customer)
{
$customersinward1[$customer->SupplierID] = $customer->SupplierName;