X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2065624062cd59d7d21a6e1f39ae433a9668301e..1d99e3e9537f75342a9f20f1e89a3e8cb4bb5444:/SL/Controller/RecordLinks.pm?ds=inline diff --git a/SL/Controller/RecordLinks.pm b/SL/Controller/RecordLinks.pm index c5d30c72f..49661cbe0 100644 --- a/SL/Controller/RecordLinks.pm +++ b/SL/Controller/RecordLinks.pm @@ -55,6 +55,7 @@ my @link_type_specifics = ( { title => t8('AR Transaction'), type => 'ar_transaction', model => 'Invoice', number => 'invnumber', }, { title => t8('AP Transaction'), type => 'ap_transaction', model => 'PurchaseInvoice', number => 'invnumber', }, { title => t8('Dunning'), type => 'dunning', model => 'Dunning', number => 'dunning_id', }, + { title => t8('GL Transaction'), type => 'gl_transaction', model => 'GLTransaction', number => 'reference', }, ); my @link_types = map { +{ %link_type_defaults, %{ $_ } } } @link_type_specifics;