update bots
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
from .. import Provider as CompanyProvider
|
||||
|
||||
|
||||
class Provider(CompanyProvider):
|
||||
formats = (
|
||||
"{{last_name}} {{company_suffix}}",
|
||||
"{{first_name}} {{last_name}} s.p.",
|
||||
)
|
||||
|
||||
company_suffixes = (
|
||||
"d.o.o.",
|
||||
"d.d.",
|
||||
)
|
||||
Binary file not shown.
Reference in New Issue
Block a user