Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e8ba1583

Von Moritz Bunkus vor mehr als 17 Jahren hinzugefügt

  • ID e8ba1583f03bb703b87857abe8acbd48a9908d2d
  • Vorgänger 609065d2
  • Nachfolger cbc360ad

Kosmetik: Debugausgaben und eine überflüssige if-Zeile entfernt.

Unterschiede anzeigen:

bin/mozilla/oe.pl
1124 1124
<input class=submit type=submit name=action value="|
1125 1125
        . $locale->text('Purchase Order') . qq|">|;
1126 1126
    }
1127
    if (1) {
1128 1127
    print qq|
1129 1128
<input class=submit type=submit name=action value="|
1130 1129
      . $locale->text('Invoice') . qq|">
1131 1130
|;
1132
}
1133 1131

  
1134 1132
    if ($form->{type} =~ /sales_order$/) {
1135 1133
      print qq|
......
2172 2170
    $exchangerate =
2173 2171
      $form->check_exchangerate(\%myconfig, $form->{currency}, $orddate,
2174 2172
                                $buysell);
2175
    print(STDERR "CURRENCY $form->{currency} DEFAULT: $form->{defaultcurrency} EXCHANGE $exchangerate\n");
2176 2173

  
2177 2174
    if (!$exchangerate) {
2178 2175
      &backorder_exchangerate($orddate, $buysell);

Auch abrufbar als: Unified diff