~ubuntu-branches/debian/sid/sql-ledger/sid

« back to all changes in this revision

Viewing changes to bin/lynx/ic.pl

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog
  • Date: 2010-04-09 14:44:35 UTC
  • mfrom: (1.2.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100409144435-7ukjxn7532n5ereb
Tags: 2.8.30-1
* New upstream release:
  - added inventory transfer module
  - fixed broken pipe issue when printing reminders 

Show diffs side-by-side

added added

removed removed

Lines of Context:
2056
2056
  $column_data{runningnumber} = qq|<th a class=listheading>&nbsp;</th>|;
2057
2057
  $column_data{partnumber} = qq|<th nowrap colspan=$colspan><a class=listheading href=$href&sort=partnumber>|.$locale->text('Number').qq|</a></th>|;
2058
2058
  $column_data{description} = qq|<th nowrap><a class=listheading href=$href&sort=description>|.$locale->text('Description').qq|</a></th>|;
2059
 
  $column_data{onhand} = qq|<th class=listheading nowrap>|.$locale->text('Onhand').qq|</th>|;
 
2059
  $column_data{onhand} = qq|<th class=listheading nowrap>|.$locale->text('On Hand').qq|</th>|;
2060
2060
  $column_data{so} = qq|<th class=listheading nowrap>|.$locale->text('SO').qq|</th>|;
2061
2061
  $column_data{po} = qq|<th class=listheading nowrap>|.$locale->text('PO').qq|</th>|;
2062
2062
  $column_data{order} = qq|<th class=listheading nowrap>|.$locale->text('Order').qq|</th>|;