clean shop code
This commit is contained in:
@@ -48,7 +48,6 @@ class Settings::TaxProfilesController < ApplicationController
|
||||
|
||||
@settings_tax_profile = TaxProfile.new(settings_tax_profile_params)
|
||||
@settings_tax_profile.created_by = current_login_employee.name
|
||||
@settings_tax_profile.shop_code = @shop.shop_code
|
||||
respond_to do |format|
|
||||
if @settings_tax_profile.save
|
||||
format.html { redirect_to settings_tax_profiles_path, notice: 'Tax profile was successfully created.' }
|
||||
|
||||
Reference in New Issue
Block a user