Re: [Ledger-smb-devel] [1.4 testing]Can't locate object method "dbh" via package

2013-10-07 Thread Chris Travers
Fixed in svn 6114. BTW, in most cases it is now safe to just delete the commit statements since transactions are committed on successful run of the script. Best Wishes, Chris Travers On Mon, Oct 7, 2013 at 10:28 PM, Chris Travers wrote: > I just committed a fix for this. > > > On Mon, Oct 7, 2

Re: [Ledger-smb-devel] [1.4 testing]Can't locate object method "dbh" via package

2013-10-07 Thread Chris Travers
I just committed a fix for this. On Mon, Oct 7, 2013 at 10:11 PM, wrote: > I am getting an Error; > 'Can't locate object method "dbh" via package "LedgerSMB::Business_Unit" > at LedgerSMB/Business_Unit.pm line 142.' > > That line 142 refers me to business_unit__save > > Looking in the DB with:

[Ledger-smb-devel] [1.4 testing]Can't locate object method "dbh" via package

2013-10-07 Thread turtle
I am getting an Error; 'Can't locate object method "dbh" via package "LedgerSMB::Business_Unit" at LedgerSMB/Business_Unit.pm line 142.' That line 142 refers me to business_unit__save Looking in the DB with: select proname,prosrc from pg_proc where proname= 'business_unit__save' ; It seems I have