mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix problem getting quotes from trustnet.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7870 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4da35d35e5
commit
097e4451e3
@ -230,8 +230,8 @@ sub schemify_quote {
|
||||
if (($$quotehash{$itemname, $field})) {
|
||||
$data = schemify_string($$quotehash{$itemname, $field});
|
||||
} else {
|
||||
# VWD quotes don't set the symbol
|
||||
$data = $itemname;
|
||||
# VWD and a few others don't set the symbol field
|
||||
$data = schemify_string($itemname);
|
||||
}
|
||||
$quotedata .= "($field . $data)";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user