dm_event 4.2.3.4 → 4.2.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/views/dm_event/admin/registrations/_form.html.erb +2 -2
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1747e7ead033b2b457cb81f3c207dfe255c7228
|
4
|
+
data.tar.gz: a2b06be09659f803df6ada5c7d1a24b55c040f48
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb83d9b3497357fc0418dd9d736886d912a01beefb4fe8b1f392042d62075b232244929fcae60c9a308f0b61ff42638a0806541d96041b275878cae2985a9af5
|
7
|
+
data.tar.gz: 530d717be8f57f24b3d664d0bb5ae3d715738145589dabb9876c2ef65081970b1265a65391fbb68c72ee8fca8ec804bd21b9dbd89823d8098ed07243ba3641b9
|
@@ -92,7 +92,7 @@
|
|
92
92
|
<table class="accounting" style="width: 100%">
|
93
93
|
<tr>
|
94
94
|
<th>Price
|
95
|
-
<% if @registration.workshop_price.recurring_payments? %>
|
95
|
+
<% if @registration.workshop_price.try(:recurring_payments?) %>
|
96
96
|
<span style="font-weight: normal"></br>On a payment plan</span>
|
97
97
|
<% end %>
|
98
98
|
</th>
|
@@ -221,7 +221,7 @@
|
|
221
221
|
<table class="accounting" style="width: 100%">
|
222
222
|
<tr>
|
223
223
|
<th>Price
|
224
|
-
<% if @registration.workshop_price.recurring_payments? %>
|
224
|
+
<% if @registration.workshop_price.try(:recurring_payments?) %>
|
225
225
|
<span style="font-weight: normal"></br>On a payment plan</span>
|
226
226
|
<% end %>
|
227
227
|
</th>
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dm_event
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.2.3.
|
4
|
+
version: 4.2.3.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brett Walker
|
@@ -16,28 +16,28 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 4.2.3.
|
19
|
+
version: 4.2.3.5
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 4.2.3.
|
26
|
+
version: 4.2.3.5
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: dm_cms
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - '='
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 4.2.3.
|
33
|
+
version: 4.2.3.5
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - '='
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 4.2.3.
|
40
|
+
version: 4.2.3.5
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: activemerchant
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|