remove custom field anrede

This commit is contained in:
Jonas Heinrich 2024-12-31 17:13:07 +01:00
parent 0c5807132e
commit 0a891d836e

View file

@ -16,9 +16,6 @@
<div id="client">
<b><?php echo lang('bill_to'); ?></b>:
<?php if ($custom_fields['client']['anrede']) {
echo '<div>' . $custom_fields['client']['anrede'] . '</div>';
} ?>
<div>
<?php _htmlsc(format_client($invoice)); ?>
</div>