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:
Robert Fewell 2023-08-09 11:07:43 +01:00
parent 7a1f01d3ca
commit c52e64a174

View File

@ -1970,6 +1970,7 @@ CsvImpPriceAssist::assist_finish ()
try
{
price_imp->create_prices ();
gnc_gui_refresh_all ();
}
catch (const std::invalid_argument& err)
{