diff --git a/application/controllers/batchcard.php b/application/controllers/batchcard.php index d97812ec..e2d592cb 100755 --- a/application/controllers/batchcard.php +++ b/application/controllers/batchcard.php @@ -1285,7 +1285,7 @@ class batchcard extends BaseController $data['stock_value'] = $this->batchcard_model->getStockValue(); //print_r($data['allhourdata']);die(); - $this->global['pageTitle'] = 'Siddharth : Final Product'; + $this->global['pageTitle'] = 'Siddharth : Finished Product Batch Card'; $this->loadViews("FinalProduct", $this->global,$data,NULL); } @@ -1307,7 +1307,7 @@ class batchcard extends BaseController $data['stock_value'] = $this->batchcard_model->getStockValue(); - $this->global['pageTitle'] = 'Siddharth : Final Product'; + $this->global['pageTitle'] = 'Siddharth : Finished Product Batch Card'; $this->loadViews("editFinalProduct", $this->global,$data,NULL); // $this->loadViews("finaledit", $this->global,$data,NULL); @@ -1319,7 +1319,7 @@ class batchcard extends BaseController { $data['final_product'] = $this->batchcard_model->getFinalProductDetaisl(); - $this->global['pageTitle'] = 'Siddharth : Final Product'; + $this->global['pageTitle'] = 'Siddharth : Finished Product Batch Card Listing'; $this->loadViews("FinalProductlisting", $this->global,$data,NULL); } @@ -1329,7 +1329,7 @@ class batchcard extends BaseController { $data['inv_final_product'] = $this->batchcard_model->getinvoice_products(); - $this->global['pageTitle'] = 'Siddharth : Final Product'; + $this->global['pageTitle'] = 'Siddharth : Finished Product Batch Card History'; $this->loadViews("FinalProductHistory", $this->global,$data,NULL); } diff --git a/application/views/FinalProduct.php b/application/views/FinalProduct.php index 700dc167..2baa9438 100644 --- a/application/views/FinalProduct.php +++ b/application/views/FinalProduct.php @@ -82,7 +82,7 @@ $(function() {