QAD DROPDOWN NAME CHANGED
This commit is contained in:
parent
41bcac6942
commit
b2a92bb728
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user