From 18447c0fb2a923fea88b5ab3d5a172b283817ebe Mon Sep 17 00:00:00 2001 From: velz2020 Date: Sat, 24 Mar 2018 11:49:59 +0530 Subject: [PATCH] RBATCHCARD ISSUES FIXED --- application/views/editresinbatchcard.php | 223 +++++++++--------- application/views/includes/header.php | 177 +++++++++++--- application/views/newresinbatchcard.php | 128 +++++++++- .../views/resinbatchcardreportlist.php | 2 +- 4 files changed, 372 insertions(+), 158 deletions(-) diff --git a/application/views/editresinbatchcard.php b/application/views/editresinbatchcard.php index 64481fa2..ef324154 100644 --- a/application/views/editresinbatchcard.php +++ b/application/views/editresinbatchcard.php @@ -22,49 +22,14 @@ background-color:#ada5d2 ; } 'Select Product'); -// foreach($productsoutward as $rec) -// { - // $products[$rec->product_id] = $rec->product_name; -// } -// $customers = array(-1=>'Select Customer'); -// foreach($customersoutward as $rec) -// { - // $customers[$rec->client_id] = $rec->client_name; -// } - -// //print_r($emplist); $approvedby = array(-1=>'Select Approver Name'); foreach($emplist as $r) { $approvedby[$r->FirstName.' '.$r->LastName] = $r->FirstName.' '.$r->LastName.'-'.$r->shortName; } -// $machines = array(-1=>'Select Machine Name'); -// $trpbatchnos = array(-1=>'Select TRP Batch Card No'); -// $igrnos = array(-1=>'Select IGRNO'); -// $igrlinenos = array(-1=>'Select IGR Line Item'); -// foreach($igrno as $r) -// { - // $igrnos[$r->IGRNO] = $r->IGRNO; -// } -// foreach($machinelist as $r) -// { - // $machines[$r->Machine_id] = $r->Machine_id.'-'.$r->Machine_Name; -// } -// foreach($trpbatchcardnos as $r) -// { - // $trpbatchnos[$r->dailyid] = $r->dailyid; -// } ?>