Skip to content
Snippets Groups Projects
Commit 2ee655e0 authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

Merge branch 'fix/cards-fp-accounting' into 'develop'

card FP (accounting) is only needed for PE

See merge request !179
parents 13138cae 379c6b0a
Branches
Tags
1 merge request!179card FP (accounting) is only needed for PE
Pipeline #89427 passed
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{#Policy accounting config#} {#Policy accounting config#}
{% if card.fps is defined %} {% if (router_role == 'pe' or is_pe_promotion_wf) and card.fps is defined %}
{% for fp in card.fps %} {% for fp in card.fps %}
<fp> <fp>
<fp-number>{{ fp.id }}</fp-number> <fp-number>{{ fp.id }}</fp-number>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment