caboose-cms 0.9.5 → 0.9.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39c0ca99c970cbe59fe4cb26aaad86381f7c6c0e
4
- data.tar.gz: f08b1200bd216d91b5e1032314234835affb0706
3
+ metadata.gz: e70b82b6cfdc472f97cc722cadf5bdc5d6b64de4
4
+ data.tar.gz: 6e777b617dd35613e5a211adbe49c13cc3a75a5f
5
5
  SHA512:
6
- metadata.gz: 90d568530d028ed9532ecaa444f22d1b2afc10a04d7901a407cb9923e058286c4231a5dd37174b5a5d370a4688066a50c5a86d93b423b4ba23bb7f8121cff21a
7
- data.tar.gz: 9d568a38eb7828286baaa896ee3dad1f624d0d1115dc076c2b39286a2738859a0682c889fa2def5ed80ed2f54c6f8286da862d7fd7e6cb226d1d0d0f79d85b16
6
+ metadata.gz: d35c00d7a8c43a37b5af8e5983230b11dcf684b7ae4d55f5dbdeb1451f40419e516bb37618ae7638a21563d16050f076bd1d6a8b24fc84230ed58ef7b38fc2ee
7
+ data.tar.gz: 57f5445a919934ba2da225f8f5b268617369926ca74c59c4cf526b9fd404703be0645f18a58bec38ea81b763db92b86f66fd87cba9aa614937340adc0dfb5add
@@ -116,12 +116,12 @@ module Caboose
116
116
 
117
117
  shipped_to = []
118
118
  if invoice.instore_pickup
119
- shipped_to << [{ :content => "Name" , :border_width => 0, :width => 55 },{ :content => "#{c.first_name} #{c.last_name}" , :border_width => 0, :width => 200 }],
120
- shipped_to << [{ :content => "IN-STORE PICKUP" , :border_width => 0, :width => 255 }],
119
+ shipped_to << [{ :content => "Name" , :border_width => 0, :width => 55 },{ :content => "#{c.first_name} #{c.last_name}" , :border_width => 0, :width => 200 }]
120
+ shipped_to << [{ :content => "IN-STORE PICKUP" , :border_width => 0, :width => 255 }]
121
121
  else
122
- shipped_to << [{ :content => "Name" , :border_width => 0, :width => 55 },{ :content => sa_name , :border_width => 0, :width => 200 }],
123
- shipped_to << [{ :content => "Address" , :border_width => 0, :width => 55 },{ :content => sa_address , :border_width => 0, :width => 200 }],
124
- shipped_to << [{ :content => "Email" , :border_width => 0, :width => 55 },{ :content => "#{c.email}" , :border_width => 0, :width => 200 }],
122
+ shipped_to << [{ :content => "Name" , :border_width => 0, :width => 55 },{ :content => sa_name , :border_width => 0, :width => 200 }]
123
+ shipped_to << [{ :content => "Address" , :border_width => 0, :width => 55 },{ :content => sa_address , :border_width => 0, :width => 200 }]
124
+ shipped_to << [{ :content => "Email" , :border_width => 0, :width => 55 },{ :content => "#{c.email}" , :border_width => 0, :width => 200 }]
125
125
  shipped_to << [{ :content => "Phone" , :border_width => 0, :width => 55 },{ :content => "#{self.formatted_phone(c.phone)}" , :border_width => 0, :width => 200 }]
126
126
  end
127
127
 
@@ -1,3 +1,3 @@
1
1
  module Caboose
2
- VERSION = '0.9.5'
2
+ VERSION = '0.9.6'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caboose-cms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - William Barry