Subversion Repositories SmartDukaan

Rev

Rev 16376 | Rev 16497 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16376 Rev 16454
Line 9... Line 9...
9
					<legend><?php echo __('Add to existing Master Data bundle'); ?></legend>
9
					<legend><?php echo __('Add to existing Master Data bundle'); ?></legend>
10
				<?php
10
				<?php
11
					echo $this->Form->input('_id',array('readonly'=>true,'value'=>$data['_id'],'type'=>'text'));
11
					echo $this->Form->input('_id',array('readonly'=>true,'value'=>$data['_id'],'type'=>'text'));
12
					echo $this->Form->input('skuBundleId',array('readonly'=>true,'value'=>$data['skuBundleId']));
12
					echo $this->Form->input('skuBundleId',array('readonly'=>true,'value'=>$data['skuBundleId']));
13
					echo $this->Form->input('available_price',array('value'=>$data['available_price']));
13
					echo $this->Form->input('available_price',array('value'=>$data['available_price']));
-
 
14
					echo $this->Form->input('gross_price',array('value'=>$data['gross_price']));
14
					echo $this->Form->input('brand',array('value'=>$data['brand']));
15
					echo $this->Form->input('brand',array('value'=>$data['brand']));
15
					echo $this->Form->input('cashback', array('type' => 'hidden','value'=>$data['cashback'] ));
16
					echo $this->Form->input('cashback', array('type' => 'hidden','value'=>$data['cashback'] ));
16
					echo $this->Form->input('category_id',array('value'=>$data['category_id']));
17
					echo $this->Form->input('category_id',array('value'=>$data['category_id']));
17
					echo $this->Form->input('category',array('type'=>'text','value'=>$data['category']));
18
					echo $this->Form->input('category',array('type'=>'text','value'=>$data['category']));
18
					echo $this->Form->input('identifier',array('required'=>1,'value'=>$data['identifier']));					
19
					echo $this->Form->input('identifier',array('required'=>1,'value'=>$data['identifier']));