summaryrefslogtreecommitdiff
path: root/FS/FS/cust_pkg.pm
diff options
context:
space:
mode:
authorivan <ivan>2011-02-21 01:21:17 +0000
committerivan <ivan>2011-02-21 01:21:17 +0000
commit9e6bf0f56f0bd9ceef7cbc22975583968e9f4fb2 (patch)
tree84af66acf8aacd1bf662aed8e54547457892c9f3 /FS/FS/cust_pkg.pm
parentf6ec862de3441618ae8035db1b754d417c5cb1b0 (diff)
add agent_pkgid
Diffstat (limited to 'FS/FS/cust_pkg.pm')
-rw-r--r--FS/FS/cust_pkg.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm
index b3ed2f2..c31b7e5 100644
--- a/FS/FS/cust_pkg.pm
+++ b/FS/FS/cust_pkg.pm
@@ -594,6 +594,7 @@ sub check {
|| $self->ut_numbern('adjourn')
|| $self->ut_numbern('expire')
|| $self->ut_enum('no_auto', [ '', 'Y' ])
+ || $self->ut_numbern('agent_pkgid')
;
return $error if $error;