'qty' => { 'text' => $locale->text('Qty'), },
'partunit' => { 'text' => $locale->text('Unit'), },
'stock_value' => { 'text' => $locale->text('Stock value'), },
- 'purchase_price' => { 'text' => $locale->text('Purchase Price'), },
+ 'purchase_price' => { 'text' => $locale->text('Purchase price'), },
);
my $href = build_std_url('action=generate_report', grep { $form->{$_} } @hidden_variables);
<tr>
<td align="right"><input name="l_stock_value" id="l_stock_value" class="checkbox" type="checkbox" value="Y"></td>
<td nowrap><label for="l_stock_value">[% 'Stock value' | $T8 %]</label></td>
- <td align="right"><input name="l_purchase_price" id="l_purchase_price" class="checkbox" type="checkbox" value="Y"></td>
- <td nowrap><label for="l_purchase_price">[% 'Purchase Price' | $T8 %]</label></td>
+ <td align="right"><input name="l_purchase_price" id="l_purchase_price" class="checkbox" type="checkbox" value="Y"></td>
+ <td nowrap><label for="l_purchase_price">[% 'Purchase price' | $T8 %]</label></td>
</tr>
</table>