Eugeny Galkovskiy
/
kbenergy_new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
9dd79071a5182d4797ebb6e2a0f02f89cc24dbbd
Authored by
mzavalniuk
2019-12-12 11:11:54 +0200
1 parent
e4658f36
fix legal_feedback
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/Feedback.php
Inline
Side-by-side
common/models/Feedback.php
Wrap text
Show/Hide comments
View file @
9dd7907
...
...
@@ -25,7 +25,7 @@ class Feedback extends ArtboxFeedback
25
25
{
26
26
27
27
const SCENARIO_CALCULATOR = 'calculator';
28
- const SCENARIO_LEGAL_FEEDBACK = '
Запрос юр.лицо
';
28
+ const SCENARIO_LEGAL_FEEDBACK = '
legal_feedback
';
29
29
30
30
31
31
const calculator_attributes = [
...
...