diff options
author | jeremyd <jeremyd@debian.localdomain> | 2013-02-19 23:34:49 -0500 |
---|---|---|
committer | jeremyd <jeremyd@debian.localdomain> | 2013-02-19 23:34:49 -0500 |
commit | 7408db60e891828eb1f07ee9766c34e4c80359be (patch) | |
tree | 0f3b043c3cc8f964b43de605bc3ff1ebffcb8e47 /FS | |
parent | 4a473190250bb7fe9108d64693fc4d6e451f707b (diff) |
#21511 Fix spelling error
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_event/Condition/has_referral_custnum.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_event/Condition/has_referral_custnum.pm b/FS/FS/part_event/Condition/has_referral_custnum.pm index dee240fec..c50579411 100644 --- a/FS/FS/part_event/Condition/has_referral_custnum.pm +++ b/FS/FS/part_event/Condition/has_referral_custnum.pm @@ -13,7 +13,7 @@ sub option_fields { 'type' => 'checkbox', 'value' => 'Y', }, - 'check_bal' => { 'label' => 'Check referring custoemr balance', + 'check_bal' => { 'label' => 'Check referring customer balance', 'type' => 'checkbox', 'value' => 'Y', }, |