summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2016-02-27 07:38:19 -0600
committerJonathan Prykop <jonathan@freeside.biz>2016-03-11 19:19:46 -0600
commit80cbfd9890ba84c49ee40164e1ec27aff05c272a (patch)
treeb34482a09292302b58d74deb464c2cd00e0a5bb5 /FS
parent08963f08dc2731780dbdb1166b79c1233936724d (diff)
RT#21463: Option to show disabled package definitions [does not work on IE]
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_event/Condition/has_referral_pkgpart.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/part_event/Condition/has_referral_pkgpart.pm b/FS/FS/part_event/Condition/has_referral_pkgpart.pm
index 7062f6c2e..44094449c 100644
--- a/FS/FS/part_event/Condition/has_referral_pkgpart.pm
+++ b/FS/FS/part_event/Condition/has_referral_pkgpart.pm
@@ -13,6 +13,7 @@ sub option_fields {
'if_pkgpart' => { 'label' => 'Only packages: ',
'type' => 'select-part_pkg',
'multiple' => 1,
+ 'toggle_disabled' => 1,
},
);
}