Bug 798096 - can't duplicate TX previous to red line threshold

Allow the duplication of a transaction previous to read only threshold
which was disabled by mistake in a previous commit.
This commit is contained in:
Robert Fewell
2021-02-12 11:33:41 +00:00
parent 998ad65183
commit 325ec13d15

View File

@@ -1145,10 +1145,6 @@ gnc_plugin_page_register_ui_update (gpointer various,
"DeleteTransactionAction");
gtk_action_set_sensitive (GTK_ACTION (action), !read_only & !voided);
action = gnc_plugin_page_get_action (GNC_PLUGIN_PAGE (page),
"DuplicateTransactionAction");
gtk_action_set_sensitive (GTK_ACTION (action), !read_only & TRUE);
if (cursor_class == CURSOR_CLASS_SPLIT)
{
action = gnc_plugin_page_get_action (GNC_PLUGIN_PAGE (page),