Changed enquiry edit page. Can now change contacts
This commit is contained in:
parent
da25c0b0a0
commit
2005ea8f3f
|
|
@ -13,7 +13,8 @@
|
|||
echo $form->input('customer_id', array('type'=>'hidden'));
|
||||
echo $form->input('state_id', array('type'=>'hidden'));
|
||||
echo $form->input('country_id', array('type'=>'hidden'));
|
||||
echo $form->input('contact_id', array('type'=>'hidden'));
|
||||
echo $form->input('contact_id');
|
||||
//echo $form->input('contact_id', array('type'=>'hidden'));
|
||||
echo $form->input('State.name', array('label'=>'State','readonly'=>'readonly', 'value'=>$enquiry['State']['name']));
|
||||
echo $form->input('Country.name', array('label'=>'Country','readonly'=>'readonly', 'value'=>$enquiry['Country']['name']));
|
||||
echo $form->input('gst', array('label' => 'Is GST Applicable', 'options' => array('1' => 'Yes', '0' => 'No')));
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ $(function () {
|
|||
$("input.nocostinput").change(calcNetPrice); //When inputs of class nocostinput change. Calculate quick prices
|
||||
|
||||
|
||||
|
||||
})
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue