psolin / cleanco

Company Name Processor written in Python
MIT License
322 stars 95 forks source link

Croatian companies #35

Closed dstipanovic closed 5 years ago

dstipanovic commented 6 years ago

I minor thing:

'Croatia': ['d.d.', 'd.d.o.', 'obrt'],

should be:

'Croatia': ['d.d.', 'd.o.o.', 'obrt'],

d.o.o = "drustvo ogranicene odgovornosti"; there is no d.d.o (but d.d. is OK, as it stands for "dionicko drustvo")

psolin commented 5 years ago

Fixed.