From d7ea4248cac0c13b56df9398f379c3d5e170fafc Mon Sep 17 00:00:00 2001 From: larssandergreen Date: Thu, 21 Sep 2023 12:32:47 -0600 Subject: [PATCH] Remove unused templates/CRM/Price/Form/LineItem.tpl --- templates/CRM/Price/Form/LineItem.tpl | 145 -------------------------- 1 file changed, 145 deletions(-) delete mode 100644 templates/CRM/Price/Form/LineItem.tpl diff --git a/templates/CRM/Price/Form/LineItem.tpl b/templates/CRM/Price/Form/LineItem.tpl deleted file mode 100644 index 731dee4bb5..0000000000 --- a/templates/CRM/Price/Form/LineItem.tpl +++ /dev/null @@ -1,145 +0,0 @@ -{* - +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC. All rights reserved. | - | | - | This work is published under the GNU AGPLv3 license with some | - | permitted exceptions and without any warranty. For full license | - | and copyright information, see https://civicrm.org/licensing | - +--------------------------------------------------------------------+ -*} - -{* Displays contribution/event fees when price set is used. *} -{foreach from=$lineItem item=value key=priceset} - {if $value neq 'skip'} - {if $lineItem|@count GT 1} {* Header for multi participant registration cases. *} - {if $priceset GT 0}
{/if} - {ts}Participant {$priceset+1}{/ts} - {$part.$priceset.info} - {/if} - - - - {if $context EQ "Membership"} - - {else} - - - - {if $context EQ "Contribution" && $action eq 2} - - - - {/if} - {/if} - - {if $pricesetFieldsCount} - {/if} - - {foreach from=$value item=line} - - - {if $context NEQ "Membership"} - - - {/if} - - {if $pricesetFieldsCount} - {/if} - {if $context EQ "Contribution" && $action eq 2} - - - - {/if} - - {/foreach} - {if $context EQ "Contribution" && $action eq 2} - - - - - - - - - - - - - - {/if} -
{ts}Item{/ts}{ts}Fee{/ts}{ts}Qty{/ts}{ts}Unit Price{/ts}{ts}Total Price{/ts}{ts}Paid{/ts}{ts}Owing{/ts}{ts}Amount of
Current Payment {/ts}
{ts}Total Participants{/ts}
{if $line.field_title && $line.html_type neq 'Text'}{$line.field_title} – {$line.label}{else}{$line.label}{/if} {if $line.description} -
{$line.description}
{/if}
{$line.qty}{$line.unit_price|crmMoney}{$line.line_total|crmMoney}{$line.participant_count}{$pricefildTotal.LineItems[$line.price_field_value_id]|crmMoney} - {assign var="fildTotal" value=$line.line_total-$pricefildTotal[$pricefildTotal.id][$line.price_field_value_id]} - {$fildTotal|crmMoney} - $ 
- {ts}Contribution Total{/ts}: - {$totalAmount|crmMoney}{$pricefildTotal.total|crmMoney}{assign var="total" value= $totalAmount-$pricefildTotal.total}{$total|crmMoney}
- {literal} - - {/literal} - -
{ts}Unallocated Amount{/ts}
{$total|crmMoney}
- {/if} -{/foreach} - -
-
- {if $context EQ "Contribution"} - {ts}Contribution Total{/ts}: - {elseif $context EQ "Event"} - {ts}Total Amount{/ts}: - {elseif $context EQ "Membership"} - {ts}Membership Fee Total{/ts}: - {else} - {ts}Total Amount{/ts}: - {/if} - {$totalAmount|crmMoney} -
-
- {if $pricesetFieldsCount} - {ts}Total Participants{/ts}: - {foreach from=$lineItem item=pcount} - {if $pcount neq 'skip'} - {assign var="lineItemCount" value=0} - - {foreach from=$pcount item=p_count} - {assign var="intPCount" value=$p_count.participant_count|intval} - {assign var="lineItemCount" value=$lineItemCount+$intPCount} - {/foreach} - {if $lineItemCount < 1} - {assign var="lineItemCount" value=1} - {/if} - {assign var="totalcount" value=$totalcount+$lineItemCount} - {/if} - {/foreach} - {$totalcount} - {/if} -
-
- -{if $hookDiscount.message} -
- ({$hookDiscount.message}) -
-{/if} -- 2.25.1