mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-06-11 14:43:59 +02:00
7 lines
No EOL
261 B
PHP
7 lines
No EOL
261 B
PHP
<?php
|
|
|
|
echo $this->Form->create('Item');
|
|
echo $this->Form->inputs(array(), array('created', 'modified', 'is_deleted'));
|
|
echo $this->Form->input('StockHistory.amount_in_stock');
|
|
echo $this->Form->input('StockHistory.location');
|
|
echo $this->Form->end(__('Save')); |