Restore accounts page updates for default QofEvent branch.

Broken by fix for bug 799370.
This commit is contained in:
John Ralls 2024-07-15 20:16:57 -07:00
parent 5fe7a09e7d
commit a84189b79d

View File

@ -1489,6 +1489,8 @@ gnc_tree_model_account_event_handler (QofInstance *entity,
break; break;
default: default:
gnc_tree_model_account_clear_cached_values(model, account);
LEAVE("unknown event type"); LEAVE("unknown event type");
return; return;
} }