diff --git a/application/views/qualitymaster.php b/application/views/qualitymaster.php index 7ae8072b..88030638 100755 --- a/application/views/qualitymaster.php +++ b/application/views/qualitymaster.php @@ -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;