Re: Another SCM bug in trunk

2006-10-28 Thread Chris Shoemaker
On Sat, Oct 28, 2006 at 12:14:57PM -0400, Derek Atkins wrote: > Quoting Mike Alexander <[EMAIL PROTECTED]>: > > [snip] > >I think this is correct. There were similar problems in some of the > >reports and that's the explanation I got for the problem. See > >

Re: Another SCM bug in trunk

2006-10-28 Thread Derek Atkins
Quoting Mike Alexander <[EMAIL PROTECTED]>: [snip] > I think this is correct. There were similar problems in some of the > reports and that's the explanation I got for the problem. See > . > I agree that finding and f

Re: Another SCM bug in trunk

2006-10-28 Thread Mike Alexander
--On October 28, 2006 11:13:32 AM -0400 Derek Atkins <[EMAIL PROTECTED]> wrote: > My current theory is that SWIG_NewPointerObj() returns '() instead > of #f for NULL. All the scheme code expects to see #f for a NULL > pointer, so there is a lot of constructs like: > > (if invoice > ... > ) >

Re: Another SCM bug in trunk

2006-10-28 Thread Derek Atkins
Chris Shoemaker <[EMAIL PROTECTED]> writes: > On Fri, Oct 27, 2006 at 09:32:42PM -0400, Derek Atkins wrote: >> Hey, >> >> I was just trying the business reports and found two bugs >> in trunk. >> >> Bug #1: >> >> [Menu] -> Reports -> Business -> Printable Invoice >> >> It comes up without an

Re: Another SCM bug in trunk

2006-10-27 Thread Derek Atkins
Quoting Chris Shoemaker <[EMAIL PROTECTED]>: > On Fri, Oct 27, 2006 at 09:32:42PM -0400, Derek Atkins wrote: >> Hey, >> >> I was just trying the business reports and found two bugs >> in trunk. >> >> Bug #1: >> >> [Menu] -> Reports -> Business -> Printable Invoice >> >> It comes up without an inv

Re: Another SCM bug in trunk

2006-10-27 Thread Chris Shoemaker
On Fri, Oct 27, 2006 at 09:32:42PM -0400, Derek Atkins wrote: > Hey, > > I was just trying the business reports and found two bugs > in trunk. > > Bug #1: > > [Menu] -> Reports -> Business -> Printable Invoice > > It comes up without an invoice, but the report thinks it's > trying to print inv

Another SCM bug in trunk

2006-10-27 Thread Derek Atkins
Hey, I was just trying the business reports and found two bugs in trunk. Bug #1: [Menu] -> Reports -> Business -> Printable Invoice It comes up without an invoice, but the report thinks it's trying to print invoice #0 instead of printing a message saying that you need to choose an invoice. Bu