effective_memberships 0.15.1 → 0.15.3
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2cafda7d6dc70a59ef3d1589f5cab97c69d5b42af028d79828286b2303761b4
|
4
|
+
data.tar.gz: 8e9cab71adbb73b888f9910466e08c987c81c8e4861744cee471968cd24f9832
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9018813c526f99303b07116a8a431658cf47866cc1c1dfa31f85074f9d68450a714d8c0dc420240d725ef73ac0b3c428c6a3c2fd05639f4d2aacbe35371d929f
|
7
|
+
data.tar.gz: b3143712b61f5f7691c46b017db9901eb6fcf5ffcc6288f43767d7525298702f864f4e4220b4486d522a0fc05813f8dd139abaa1aca70a2fa365a097ec3b265b
|
@@ -263,6 +263,12 @@ module EffectiveMembershipsCategory
|
|
263
263
|
tax_exempt
|
264
264
|
end
|
265
265
|
|
266
|
+
# This enables the permission to use the effective products stamp wizard
|
267
|
+
# To buy a stamp outside of the applicant process
|
268
|
+
def can_stamp_wizard?
|
269
|
+
applicant_wizard_steps.include?(:stamp)
|
270
|
+
end
|
271
|
+
|
266
272
|
def stamp_fee
|
267
273
|
0
|
268
274
|
end
|