From 429072104757330f631498ce97423c015cd88cf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 20 Jan 2014 12:35:12 +0100 Subject: [PATCH] Rose DB aktualisiert inkl. ALL.pm --- SL/DB/Helper/ALL.pm | 1 - SL/DB/MetaSetup/GLTransaction.pm | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/SL/DB/Helper/ALL.pm b/SL/DB/Helper/ALL.pm index 498583f0a..6bdc3689b 100644 --- a/SL/DB/Helper/ALL.pm +++ b/SL/DB/Helper/ALL.pm @@ -4,7 +4,6 @@ use strict; use SL::DB::AccTransaction; use SL::DB::Assembly; -use SL::DB::AuditTrail; use SL::DB::AuthClient; use SL::DB::AuthClientUser; use SL::DB::AuthClientGroup; diff --git a/SL/DB/MetaSetup/GLTransaction.pm b/SL/DB/MetaSetup/GLTransaction.pm index 14f386a7a..db03441b6 100644 --- a/SL/DB/MetaSetup/GLTransaction.pm +++ b/SL/DB/MetaSetup/GLTransaction.pm @@ -42,6 +42,11 @@ __PACKAGE__->meta->foreign_keys( key_columns => { employee_id => 'id' }, }, + employee_obj => { + class => 'SL::DB::Employee', + key_columns => { employee_id => 'id' }, + }, + storno_obj => { class => 'SL::DB::GLTransaction', key_columns => { storno_id => 'id' }, -- 2.20.1