X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Ftemplates%2Finvoice_view.tpl;h=57b917e7a62cb18a7bb4accdaf85cb8ed9e382d5;hb=b0e8ffd3af439b5dc6dd5044a46a906d9833932b;hp=ceeeffc9bc5dd5c7673fcad9529194904ec780f8;hpb=9a23a8c0a51b7ec38a96f525484134f3cb85dc7e;p=timetracker.git diff --git a/WEB-INF/templates/invoice_view.tpl b/WEB-INF/templates/invoice_view.tpl index ceeeffc9..57b917e7 100644 --- a/WEB-INF/templates/invoice_view.tpl +++ b/WEB-INF/templates/invoice_view.tpl @@ -37,7 +37,7 @@ {if ($smarty.const.MODE_PROJECTS == $user->tracking_mode || $smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {$invoice_item.project_name|escape:'html'} {/if} - {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} + {if ($smarty.const.MODE_PROJECTS_AND_TASKS == $user->tracking_mode)} {$invoice_item.task_name|escape:'html'} {/if} {$invoice_item.note|escape:'html'} @@ -60,8 +60,7 @@ {$i18n.label.total}: {$total|escape:'html'} - - + {/if} @@ -69,6 +68,3 @@ - - -