Revert "country_mode entfernt."
[kivitendo-erp.git] / SL / DefaultManager.pm
index b9940c0..fc9b21a 100644 (file)
@@ -34,6 +34,14 @@ sub _get {
   }
 }
 
+sub country_modes {
+  my ($self) = @_;
+  return (
+    'CH' => 'Switzerland',
+    'DE' => 'Germany',
+  )
+}
+
 sub AUTOLOAD {
   our $AUTOLOAD;