PO screen changes

This commit is contained in:
gandhimathi Bharathirajan 2017-04-28 13:41:54 +05:30
parent 584196c433
commit f9cc6a0999

View File

@ -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()