Commit 9dd79071a5182d4797ebb6e2a0f02f89cc24dbbd

Authored by mzavalniuk
1 parent e4658f36

fix legal_feedback

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/Feedback.php
@@ -25,7 +25,7 @@ class Feedback extends ArtboxFeedback @@ -25,7 +25,7 @@ class Feedback extends ArtboxFeedback
25 { 25 {
26 26
27 const SCENARIO_CALCULATOR = 'calculator'; 27 const SCENARIO_CALCULATOR = 'calculator';
28 - const SCENARIO_LEGAL_FEEDBACK = 'Запрос юр.лицо'; 28 + const SCENARIO_LEGAL_FEEDBACK = 'legal_feedback';
29 29
30 30
31 const calculator_attributes = [ 31 const calculator_attributes = [