[freeside] Hourly Billing

ivan ivan at 420.am
Wed Feb 6 08:12:16 PST 2002


update to the Makefile from CVS, or just

mkdir httemplate/docs/man
mkdir httemplate/docs/man/bin
mkdir httemplate/docs/man/FS
mkdir httemplate/docs/man/FS/UI

On Wed, Feb 06, 2002 at 10:06:31AM -0600, Jesse Estevez wrote:
> On Wed, 6 Feb 2002, ivan wrote:
> 
> > 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')
> >    ;
> >  }
> 
> 
> Ivan,
> 
> Above patch worked.  I'm going a little out of order here, I also get this
> error...
> 
> root at bucci:/home/jestevez/source/freeside-1.4.0pre8 > make aspdocs
> bin/pod2x
> Can't find ./httemplate/docs/man at bin/pod2x line 16.
> make: *** [htmlman] Error 2
> 
> 
> ~Jesse
> 
> 
> 

-- 
_ivan



More information about the freeside-users mailing list