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

« back to all changes in this revision

Viewing changes to bin/lynx/ct.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:
1655
1655
 
1656
1656
    if ($myconfig{role} eq 'user') {
1657
1657
      if ($form->{id} && $form->{employee_id}) {
1658
 
        $form->{selectemployee} = "\n$form->{employee}";
 
1658
        $form->{selectemployee} = "$form->{employee}";
1659
1659
      }
1660
1660
    }
1661
1661