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

« back to all changes in this revision

Viewing changes to bin/lynx/oe.pl

  • Committer: Bazaar Package Importer
  • Author(s): Raphaël Hertzog
  • Date: 2010-01-27 18:57:26 UTC
  • mfrom: (1.2.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100127185726-la63nngx7fwruse6
Tags: 2.8.28-1
* New upstream release.
* Fix version indicated in debian/NEWS (thanks to lintian).
* Register documentation with doc-base.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2171
2171
    $form->{exchangerate} = $form->check_exchangerate(\%myconfig, $form->{currency}, $form->current_date(\%myconfig), $buysell);
2172
2172
  }
2173
2173
  
2174
 
  for (qw(id subject message cc bcc printed emailed queued)) { delete $form->{$_} }
 
2174
  for (qw(id subject message printed emailed queued)) { delete $form->{$_} }
 
2175
 
2175
2176
  $form->{$form->{vc}} =~ s/--.*//g;
2176
2177
  $form->{type} = "invoice";
2177
2178
  $form->{formname} = "invoice";
2211
2212
    for (qw(qty sellprice discount)) { $form->{"${_}_$i"} = $form->format_amount(\%myconfig, $form->{"${_}_$i"}) }
2212
2213
  }
2213
2214
 
2214
 
  for (qw(id subject message cc bcc printed emailed queued audittrail recurring)) { delete $form->{$_} }
 
2215
  for (qw(audittrail recurring)) { delete $form->{$_} }
2215
2216
 
2216
2217
  &display_form;
2217
2218