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-02-27 07:38:19 -0600
commit5ebeeda12a588c1db792fcc8954aeeedb54a84b2 (patch)
tree90568d690cd14004e9135c9ba4180a7c1c320671 /FS
parent6fd39bf8dfa989aaedea59e5e3cd609642f9e024 (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,
},
);
}