mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user