Added notes and product codes to clone product
This commit is contained in:
parent
0211c87741
commit
7460c74e80
|
|
@ -83,6 +83,7 @@ class ProductsController extends AppController {
|
|||
$this->data['Product']['title'] = $product['Product']['title'];
|
||||
$this->data['Product']['description'] = $product['Product']['description'];
|
||||
$this->data['Product']['item_code'] = $product['Product']['item_code'];
|
||||
$this->data['Product']['notes'] = $product['Product']['notes'];
|
||||
$this->data['Product']['item_description'] = $product['Product']['item_description'];
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,8 @@ $('.ckeditor').ckeditor(config);
|
|||
echo $form->input('description', array('id' => 'description', 'class'=>'ckeditor'));
|
||||
|
||||
echo $form->input('notes');
|
||||
echo $form->input('item_code');
|
||||
echo $form->input('item_description');
|
||||
|
||||
|
||||
echo $html->image('calculator.png');
|
||||
|
|
|
|||
Loading…
Reference in a new issue