diff options
-rw-r--r-- | UI/am-warehouse-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UI/am-warehouse-form.html b/UI/am-warehouse-form.html index 1ed6975f..da4e4338 100644 --- a/UI/am-warehouse-form.html +++ b/UI/am-warehouse-form.html @@ -11,7 +11,7 @@ <tr> <th align="right"><?lsmb text('Description') ?></th> <?lsmb IF row_count > 1 ?> - <td><?lsmb PROCESS textarea element_data={name => 'description', cols => 60, rows => rows, text => form.description} ?></td> + <td><?lsmb PROCESS textarea element_data={name => 'description', cols => 60, rows => row_count, text => form.description} ?></td> <?lsmb ELSE ?> <td><?lsmb PROCESS input element_data={name => 'description', size => 60, value => form.description} ?></td> <?lsmb END ?> |