Merge pull request #23979 from eileenmcnaughton/act_status
[civicrm-core.git] / templates / CRM / Price / Page / Option.tpl
index 99dcb4225854a136909d4b6a790f843c0786fd3f..dd04c1dda38e1de60e7d57fd2743a8d44328ff1b 100644 (file)
@@ -79,7 +79,7 @@
                 <td>{$row.tax_amount|crmMoney}</td>
               {/if}
               <td id="row_{$row.id}_status" class="crm-price-option-is_active">{if $row.is_active eq 1} {ts}Yes{/ts} {else} {ts}No{/ts} {/if}</td>
-              <td>{$row.action|replace:'xx':$row.id}</td>
+              <td>{$row.action|smarty:nodefaults|replace:'xx':$row.id}</td>
             </tr>
           {/foreach}
           </tbody>