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
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:
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