Skip to content
Snippets Groups Projects

card FP (accounting) is only needed for PE

Merged Aleksandr Kurbatov requested to merge fix/cards-fp-accounting into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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>
Loading