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

« back to all changes in this revision

Viewing changes to bin/lynx/rp.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:
2464
2464
  RP->reminder(\%myconfig, \%$form);
2465
2465
  
2466
2466
  if ($form->{media} !~ /(screen|email)/) {
2467
 
    $form->{OUT} = qq~| $form->{"$form->{media}_printer"}~;
 
2467
    $form->{OUT} = qq~| $printer{$form->{media}}~;
2468
2468
  }
2469
2469
 
2470
2470
  &do_print_reminder;