intacctrb 0.6.0 → 0.6.1
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/Gemfile.lock +1 -1
- data/lib/intacctrb/journal_entry.rb +3 -3
- data/lib/intacctrb/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: dbe07857fe82bce831cfbb3e16d82156d4e73586
|
|
4
|
+
data.tar.gz: a16f0fef513010b622a51604e12e1978b331839d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b6bd55466a49075eaa58ed5155169f9c6d665d3686fe4106cdd038c33e7092b73382345c23b345929cd575796c02b40602a34996f10a6700bc2cf41ba032b46
|
|
7
|
+
data.tar.gz: 4d7e43377605d27e9bd3117ba997f0f0ae682b9171a93ff39ee5fb10c0b12d6b06b120d51d81cec55b405341cc60c775e4f31df1b3086ea893ba1c559f77313d
|
data/Gemfile.lock
CHANGED
|
@@ -174,10 +174,10 @@ module IntacctRB
|
|
|
174
174
|
xml.description row[:memo]
|
|
175
175
|
xml.location row[:location_id] if row[:location_id]
|
|
176
176
|
xml.department row[:department_id] if row[:department_id]
|
|
177
|
-
xml.
|
|
178
|
-
xml.
|
|
177
|
+
xml.customerid row[:customer_id] if row[:customer_id]
|
|
178
|
+
xml.employeeid row[:employee_id] if row[:employee_id]
|
|
179
179
|
xml.projectid row[:project_id] if row[:project_id]
|
|
180
|
-
xml.
|
|
180
|
+
xml.itemid row[:item_id] if row[:itemid]
|
|
181
181
|
xml.classid row[:class_id] if row[:class_id]
|
|
182
182
|
}
|
|
183
183
|
end
|
data/lib/intacctrb/version.rb
CHANGED