+
+
+
diff --git a/Gemfile b/Gemfile
index 06b49df2..7b2cdca5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -116,4 +116,3 @@ gem 'httparty', '~> 0.15.5'
# # gem 'momentjs-rails', '>= 2.9.0'
# gem 'bootstrap3-datetimepicker-rails'z
gem 'bootstrap-datepicker-rails'
-gem 'select2-rails'
diff --git a/Gemfile.lock b/Gemfile.lock
index 602a5b15..912f79ef 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -196,8 +196,6 @@ GEM
tilt (>= 1.1, < 3)
schema_to_scaffold (0.8.0)
activesupport (>= 3.2.1)
- select2-rails (4.0.3)
- thor (~> 0.14)
shoulda-matchers (3.1.1)
activesupport (>= 4.0.0)
sidekiq (5.0.3)
@@ -282,7 +280,6 @@ DEPENDENCIES
rspec-rails (~> 3.5)
sass-rails (~> 5.0)
schema_to_scaffold
- select2-rails
shoulda-matchers (~> 3.1)
sidekiq
simple_form
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js
index e0e5eba8..cd056d1c 100644
--- a/app/assets/javascripts/application.js
+++ b/app/assets/javascripts/application.js
@@ -20,8 +20,6 @@
//= require settings/processing_items
//= require jquery-ui
//= require bootstrap-datepicker
-//= require select2
-//= require select2-full
$(document).on('turbolinks:load', function() {
$('.datepicker').datepicker({
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 03e049b4..2db849ab 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -4,8 +4,6 @@
@import "theme";
@import "jquery-ui";
@import "bootstrap-datepicker3";
-@import "select2";
-@import "select2-bootstrap";
/* Show it is fixed to the top */
// body {
diff --git a/app/views/origami/commissioners/index.html.erb b/app/views/origami/commissioners/index.html.erb
index cf06ed6d..dfef0320 100644
--- a/app/views/origami/commissioners/index.html.erb
+++ b/app/views/origami/commissioners/index.html.erb
@@ -28,7 +28,7 @@
|
<%= commissioner.employee.name rescue '-' %>
|
- <%= commissioner.commission.product.name rescue '-' %> |
+ <%= commissioner.commission.menu_item.name rescue '-' %> |
<%= commissioner.is_active %> |
<%= link_to 'Show', origami_commissioner_path(commissioner) %> |
<%= link_to 'Edit', edit_origami_commissioner_path(commissioner) %> |