mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-30 08:08:15 -05:00
Remove extraneous labels.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@9628 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -337,11 +337,11 @@ while(<>) {
|
||||
if($quote_method_name =~ m/^currency$/) {
|
||||
my ($from_currency, $to_currency) = @$symbols;
|
||||
|
||||
last SWITCH unless $from_currency;
|
||||
last SWITCH unless $to_currency;
|
||||
last unless $from_currency;
|
||||
last unless $to_currency;
|
||||
|
||||
my $price = $quoter->currency($from_currency, $to_currency);
|
||||
last SWITCH unless $price;
|
||||
last unless $price;
|
||||
|
||||
$quote_data{$from_currency, "success"} = 1;
|
||||
$quote_data{$from_currency, "symbol"} = $from_currency;
|
||||
|
||||
Reference in New Issue
Block a user