Bug 24446: Add datesent/datecancelled handling to GetTransfersFromTo
[srvgit] / t / db_dependent / Koha / KeyboardShortcuts.t
old mode 100644 (file)
new mode 100755 (executable)
index 6dd77e0..fc98a1b
@@ -37,7 +37,6 @@ my $nb_of_shortcuts = Koha::KeyboardShortcuts->search->count;
 my $shortcut_hash = {
     shortcut_name => 'this_cut',
     shortcut_keys => 'Ctrl-D',
-    shortcut_desc => 'DOES_THE_THING'
 };
 
 my $new_shortcut = Koha::KeyboardShortcut->new($shortcut_hash)->store;