phcmemberspro 6.7.1 → 6.7.2

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
  SHA1:
3
- metadata.gz: 93e867ef02c8a73656bcf40bd0577313e483fe36
4
- data.tar.gz: 7c44b113c8b4397f82701a5f82df06f404697f38
3
+ metadata.gz: d1fad29a378845a69f7376d5dcea42a201ac6f28
4
+ data.tar.gz: 6f11ad43fc9b706a3288bf734049197488647150
5
5
  SHA512:
6
- metadata.gz: e904a3fd55d6ea2c525ec06a038cd726a5812522cf07acad2835b9da7be6534a706101305cfeb3260281aa2633348ae55a1a7569007879b2f0992dc50a353839
7
- data.tar.gz: f93a3dc6e666c7733ea1adba235ac1ccc295cf1af779c3d026cb3fa4f16893775cc24a9ae8186e626e2b97bbacd3afae1e0f4cc1a622fac69a182ee83665b832
6
+ metadata.gz: 5635ac33572ba084a835834163351e137f763c4e79b4458cc8f2d988ee9b60f9a8fa70bc0a293efdef67d5004448494d76653fb94e7bc2d72dae050b3d9d7af7
7
+ data.tar.gz: ad0e9a49b0ee4254c79386a1d01374571cb2fffc0336babf7c1d1a75ceeb30d83beb7152872b6705a0f933c5f8b155e058287a88a4e7b5fae724b79bda21b0f6
@@ -45,7 +45,7 @@ module Phcmemberspro
45
45
  @directory_catlist.user_id = current_user.id
46
46
  @directory_catlist.membership_id = membership_info.id
47
47
  @directory_catlist.oganization_id = membership_info.org_id
48
- @directory_catlist.mains_id = Members::Business.find(params[:category_id])
48
+ @directory_catlist.mains_id = Members::Business.mains_id
49
49
  respond_to do |format|
50
50
  if @directory_catlist.save
51
51
  format.html { redirect_to directory_category_catlists_path, notice: 'Comment for Directorycategory was Successfully Created.' }
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "6.7.1"
2
+ VERSION = "6.7.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.7.1
4
+ version: 6.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts