mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 799036 - Import prices from a CSV date problem
After importing CSV prices, the Chart of Accounts tree values are not updated until forced to do so by say 'View->Refresh'. To fix this after doing the import call 'gnc_gui_refresh_all' which will trigger a refresh event similar to that when you update prices manually.
This commit is contained in:
parent
7a1f01d3ca
commit
c52e64a174
@ -1970,6 +1970,7 @@ CsvImpPriceAssist::assist_finish ()
|
||||
try
|
||||
{
|
||||
price_imp->create_prices ();
|
||||
gnc_gui_refresh_all ();
|
||||
}
|
||||
catch (const std::invalid_argument& err)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user