fiscalizer 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/fiscalizer/communication.rb +1 -1
- data/lib/fiscalizer/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 045e9981b8eb241a0f835bec36c807dc3d5a0c63
|
|
4
|
+
data.tar.gz: 2a9d580d9fe57d603ac159dbab9ea6f40150c117
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 215031491a90f3a1bb98004a78bdab4fdfe4756eb53a543ffb0f4b714a3a02de63c3fb5fc011a9905927e26bf057f3c868f60f006d7db7b3d3f5606b7d6fc026
|
|
7
|
+
data.tar.gz: 37f49cca56f04ac490857d73dd26654f12b745b66769f98c4e3fb9b98bde583aed88ca6c097dd8f881242abf1b49604cc15677116b332201df10255a6a634c93
|
|
@@ -118,7 +118,7 @@ class Fiscalizer
|
|
|
118
118
|
xml['tns'].Naselje object.adress_settlement
|
|
119
119
|
xml['tns'].Opcina object.adress_township
|
|
120
120
|
} if object.adress_other == nil
|
|
121
|
-
xml['tns'].OstaliTipoviPP object.adress_other
|
|
121
|
+
xml['tns'].OstaliTipoviPP object.adress_other if object.adress_other != nil
|
|
122
122
|
}
|
|
123
123
|
xml['tns'].RadnoVrijeme object.office_time
|
|
124
124
|
xml['tns'].DatumPocetkaPrimjene object.take_effect_date_str
|
data/lib/fiscalizer/version.rb
CHANGED