X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fpart_pkg_usage.pm;h=b19c63d071c8f90ce08e40bb265a4037ae16b9d8;hp=008a2a9336eb81ee4904493d41adbe24d45d4c1b;hb=8d0e8149e7b19ad8543ac6c8c663be63dbc34762;hpb=32072dbf59a054529f5304574c0f56f9567d14d0 diff --git a/FS/FS/part_pkg_usage.pm b/FS/FS/part_pkg_usage.pm index 008a2a933..b19c63d07 100644 --- a/FS/FS/part_pkg_usage.pm +++ b/FS/FS/part_pkg_usage.pm @@ -116,7 +116,7 @@ sub check { my $error = $self->ut_numbern('pkgusagepart') || $self->ut_foreign_key('pkgpart', 'part_pkg', 'pkgpart') - || $self->ut_number('minutes') + || $self->ut_float('minutes') || $self->ut_numbern('priority') || $self->ut_flag('shared') || $self->ut_flag('rollover')