vtiger 0.3.7 → 0.3.8
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.
- data/bin/add_contact.rb +1 -1
- data/bin/add_lead.rb +2 -1
- data/lib/vtiger/commands.rb +2 -1
- metadata +3 -3
data/bin/add_contact.rb
CHANGED
data/bin/add_lead.rb
CHANGED
data/lib/vtiger/commands.rb
CHANGED
@@ -31,7 +31,8 @@ module Vtiger
|
|
31
31
|
end
|
32
32
|
def find_contact_by_email_or_add(options,ln,email,hashv)
|
33
33
|
success,id = query_element_by_email(email,"Contacts")
|
34
|
-
success,id =add_contact(options,ln,email,hashv) if !success
|
34
|
+
success,id =add_contact(options,ln,email,hashv) if !success
|
35
|
+
return success,id
|
35
36
|
end
|
36
37
|
def add_trouble_ticket(options,status,title,hashv)
|
37
38
|
puts "in add trouble ticket"
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vtiger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 8
|
10
|
+
version: 0.3.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Scott Sproule
|