PO screen changes
This commit is contained in:
parent
584196c433
commit
f9cc6a0999
@ -30,13 +30,16 @@ class purchaseorderform extends BaseController
|
||||
*/
|
||||
|
||||
function purchaseorder()
|
||||
{
|
||||
|
||||
{
|
||||
|
||||
|
||||
$this->global['pageTitle'] = 'Siddharth : Purchase order form';
|
||||
$data['MaterialList'] = $this->purchaseorder_model->getRawMaterialList();
|
||||
$data['TaxType'] = $this->purchaseorder_model->getConfigValue('C006');
|
||||
$data['RequestType'] = $this->purchaseorder_model->getConfigValue('C004');
|
||||
$data['Suplist'] = $this->purchaseorder_model->getSupplierName();
|
||||
|
||||
$this->loadViews("Purchaseorder", $this->global, NULL);
|
||||
$this->loadViews("Purchaseorder", $this->global,$data, NULL);
|
||||
|
||||
}
|
||||
function alternatepo()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user