diff --git a/Models/ClientAttributeTypeMapper.php b/Models/ClientAttributeTypeMapper.php index a3b2931..fcc95cb 100755 --- a/Models/ClientAttributeTypeMapper.php +++ b/Models/ClientAttributeTypeMapper.php @@ -59,7 +59,7 @@ final class ClientAttributeTypeMapper extends DataMapperFactory 'mapper' => ClientAttributeValueMapper::class, 'table' => 'clientmgmt_client_attr_default', 'self' => 'clientmgmt_client_attr_default_type', - 'external' => 'clientmgmt_client_attr_default_value' + 'external' => 'clientmgmt_client_attr_default_value', ], ]; diff --git a/Theme/Backend/client-profile-bills.tpl.php b/Theme/Backend/client-profile-bills.tpl.php index 75548b4..2072226 100755 --- a/Theme/Backend/client-profile-bills.tpl.php +++ b/Theme/Backend/client-profile-bills.tpl.php @@ -163,7 +163,7 @@ $bills = $this->getData('newestInvoices') ?? [];
$value) : ++$count; $url = UriFactory::build('{/prefix}sales/bill?{?}&id=' . $value->getId());