From cb2036b19d3c6872a83f8f391fea398e626476d6 Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 13 May 2013 14:26:17 +1200 Subject: [PATCH] CRM-12595 fix formatting in templates files (B) --- templates/CRM/Batch/Form/Batch.tpl | 2 +- templates/CRM/Batch/Form/Entry.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Batch/Form/Batch.tpl b/templates/CRM/Batch/Form/Batch.tpl index 222f635184..eafd7ae48d 100644 --- a/templates/CRM/Batch/Form/Batch.tpl +++ b/templates/CRM/Batch/Form/Batch.tpl @@ -27,7 +27,7 @@ {if $action eq 8}

{ts}Delete Data Entry Batch{/ts}

{elseif $action eq 2} -

{ts}Edit Data Entry Batch{/ts}

+

{ts}Edit Data Entry Batch{/ts}

{else}

{ts}New Data Entry Batch{/ts}

{/if} diff --git a/templates/CRM/Batch/Form/Entry.tpl b/templates/CRM/Batch/Form/Entry.tpl index eed756c631..147a963b11 100644 --- a/templates/CRM/Batch/Form/Entry.tpl +++ b/templates/CRM/Batch/Form/Entry.tpl @@ -151,7 +151,7 @@ } cj.post( dataUrl, {mtype: memType}, function( data ) { - cj('#field_' + rowID + '_financial_type').val( data.financial_type_id ); + cj('#field_' + rowID + '_financial_type').val( data.financial_type_id ); cj('#field_' + rowID + '_total_amount').val( data.total_amount ).change(); }, 'json'); } -- 2.25.1