[freeside] Hourly Billing
ivan
ivan at 420.am
Wed Feb 6 07:36:17 PST 2002
hmm, try applying this & reinstalling the perl modules:
ivan at rootwood:~/freeside_current/FS/FS$ cvs diff -u part_bill_event.pm
Index: part_bill_event.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_bill_event.pm,v
retrieving revision 1.2
diff -u -r1.2 part_bill_event.pm
--- part_bill_event.pm 2002/01/29 17:42:45 1.2
+++ part_bill_event.pm 2002/02/06 15:35:47
@@ -121,7 +121,7 @@
|| $self->ut_number('seconds')
|| $self->ut_enum('disabled', [ '', 'Y' ] )
|| $self->ut_number('weight')
- || $self->ut_alphan('plan')
+ || $self->ut_textn('plan')
|| $self->ut_anything('plandata')
;
}
On Wed, Feb 06, 2002 at 09:29:19AM -0600, Jesse Estevez wrote:
> On Wed, 6 Feb 2002, ivan wrote:
>
> > typo, patch follows, thanks
> >
> > ivan at rootwood:~/freeside_current/bin$ cvs diff -u fs-setup
> > Index: fs-setup
> > ===================================================================
> > RCS file: /home/cvs/cvsroot/freeside/bin/fs-setup,v
> > retrieving revision 1.74
> > diff -u -r1.74 fs-setup
> > --- fs-setup 2002/02/04 17:04:33 1.74
> > +++ fs-setup 2002/02/06 15:07:21
> > @@ -16,7 +16,7 @@
> > use FS::Record;
> > use FS::cust_main_county;
> > use FS::raddb;
> > -use FS::part_bill_invoice;
> > +use FS::part_bill_event;
> >
>
> Thanks, now I get the following error from fs-setup:
>
> ...
> ...
>
> NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index
> 'svc_acct_pop_pkey' for table 'svc_acct_pop'
> Illegal (alphanumeric) plan: batch-card at ./fs-setup line 255.
>
>
> ~Jesse
>
--
_ivan
More information about the freeside-users
mailing list