diff --git a/app/Controllers/Purchase.php b/app/Controllers/Purchase.php index f20b3d0..dc5e2c5 100644 --- a/app/Controllers/Purchase.php +++ b/app/Controllers/Purchase.php @@ -122,6 +122,7 @@ class Purchase extends BaseController ->where('products.isactive',1) ->findAll(); $data['productAll']= json_encode($productAll); + $data['purchase_order_id']= $purchase_order_id; echo view('purchase_form',$data); } diff --git a/app/Views/bike_model_list.php b/app/Views/bike_model_list.php index a0dbb94..5effcf4 100644 --- a/app/Views/bike_model_list.php +++ b/app/Views/bike_model_list.php @@ -302,7 +302,7 @@ } // Move DataTable to the saved page and draw datatable_bikeModel.page(savedPage).draw(false); - $('.'+hightlight_tr).css('background','lightpink'); + $('.'+hightlight_tr).css('background','#faf6ca'); $('html, body').animate({ scrollTop: $('.'+hightlight_tr).offset().top }, 2000); diff --git a/app/Views/client_list.php b/app/Views/client_list.php index 1006aae..99dbeae 100644 --- a/app/Views/client_list.php +++ b/app/Views/client_list.php @@ -93,7 +93,7 @@ } // Move DataTable to the saved page and draw datatable_make.page(savedPage).draw(false); - $('.'+hightlight_tr).css('background','lightpink'); + $('.'+hightlight_tr).css('background','#faf6ca'); $('html, body').animate({ scrollTop: $('.'+hightlight_tr).offset().top }, 2000); diff --git a/app/Views/complaint_list.php b/app/Views/complaint_list.php index 41fba01..f2db43c 100644 --- a/app/Views/complaint_list.php +++ b/app/Views/complaint_list.php @@ -221,7 +221,7 @@ } // Move DataTable to the saved page and draw datatable_complaint.page(savedPage).draw(false); - $('.'+hightlight_tr).css('background','lightpink'); + $('.'+hightlight_tr).css('background','#faf6ca'); $('html, body').animate({ scrollTop: $('.'+hightlight_tr).offset().top }, 2000); diff --git a/app/Views/invoice_pdf_template.php b/app/Views/invoice_pdf_template.php index ae52d0e..e31c7d4 100644 --- a/app/Views/invoice_pdf_template.php +++ b/app/Views/invoice_pdf_template.php @@ -42,6 +42,8 @@ .term_condition {border-collapse: collapse;width: 100%;} .term_condition td {border: 0.5px solid black;padding: 8px;text-align: center;} + +