Skip to content

Commit 0714a97

Browse files
fix pdd calculation (#1935)
* fix pdd calculation
1 parent 295921a commit 0714a97

File tree

4 files changed

+577
-6
lines changed

4 files changed

+577
-6
lines changed

app/forms/routing/simulation_form.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ def _save
177177
'[]',
178178
interface,
179179
x_yeti_auth,
180-
diversion.to_json,
181180
nil,
182181
nil,
183182
nil,
184-
pai.to_json,
185-
ppi.to_json,
183+
nil,
184+
nil,
185+
nil,
186186
privacy,
187-
rpid.to_json,
187+
nil,
188188
rpid_privacy
189189
)
190190
end

0 commit comments

Comments
 (0)