diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2016-02-27 07:38:19 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2016-03-11 19:34:31 -0600 |
commit | 1af0089626f0bc3bf952ea43b42dcd0bb424a527 (patch) | |
tree | 52041292f9c48d50b03c75374164c92afe7003e9 /FS | |
parent | f1b8108ce27f9f48d074d5c08bd68520cd8673ad (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.pm | 1 |
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, }, ); } |