Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme
This commit is contained in:
commit
77a69bb11e
@ -425,3 +425,7 @@ $routes->post('addNewCoatingMachineDetails' , 'StockController::addNewCoatingMac
|
|||||||
$routes->post('updateCoatingMachineDetails','StockController::updateCoatingMachineDetails');
|
$routes->post('updateCoatingMachineDetails','StockController::updateCoatingMachineDetails');
|
||||||
$routes->get('deleteCoatingMachineDetails' , 'StockController::deleteCoatingMachineDetails');
|
$routes->get('deleteCoatingMachineDetails' , 'StockController::deleteCoatingMachineDetails');
|
||||||
|
|
||||||
|
|
||||||
|
$routes->get('drierMachineDetails' , 'StockController::drierMachineDetails');
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -101,4 +101,23 @@ class StockController extends BaseController
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// --------------------------------------------gwm----------------------------------------------
|
||||||
}
|
}
|
||||||
|
|||||||
@ -759,6 +759,8 @@
|
|||||||
<div class="dropdown-menu" aria-labelledby="topnav-stock">
|
<div class="dropdown-menu" aria-labelledby="topnav-stock">
|
||||||
|
|
||||||
<div class="">
|
<div class="">
|
||||||
|
<a href="<?php echo base_url(); ?>drierMachineDetails" class="dropdown-item"><i class="ri-file-list-3-line align-middle mr-1"></i>10 TON Drier Details</a>
|
||||||
|
|
||||||
<a href="<?php echo base_url(); ?>coatingMachineDetails" class="dropdown-item"><i class="ri-file-list-3-line align-middle mr-1"></i>Coating Machine Details</a>
|
<a href="<?php echo base_url(); ?>coatingMachineDetails" class="dropdown-item"><i class="ri-file-list-3-line align-middle mr-1"></i>Coating Machine Details</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user