]> wagnertech.de Git - mfinanz.git/blobdiff - SL/DB/Invoice.pm
posaune
[mfinanz.git] / SL / DB / Invoice.pm
index 5456a376bb53a5947d1df1cab1b42042b70a79a6..239280b2a27db8e38338cb0074a3760af38d0bc9 100644 (file)
@@ -337,6 +337,10 @@ sub displayable_type {
   return t8('Invoice');
 }
 
+sub displayable_name {
+  join ' ', grep $_, map $_[0]->$_, qw(displayable_type record_number);
+};
+
 sub abbreviation {
   my ($self) = @_;