From: Joshua Goodman Date: Tue, 25 Feb 2014 05:31:27 +0000 (+0000) Subject: Added perm relating to refund reasons X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=23b5c810efb0975fb4a06142674aa27eabd5e689 Added perm relating to refund reasons --- diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 4b165eb3f..4d9cff99e 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -230,6 +230,7 @@ tie my %rights, 'Tie::IxHash', 'Refund Echeck payment', 'Delete refund', #NEW 'Add on-the-fly credit reason', #NEW + 'Add on-the-fly refund reason', #NEW ], ###