Fix translation and cs-fixes

This commit is contained in:
Julie Lenaerts 2025-03-05 19:43:16 +01:00
parent 57dffc2038
commit 73cda4b2eb
2 changed files with 5 additions and 1 deletions

View File

@ -57,6 +57,7 @@ import {
THIRDPARTY_A_COMPANY,
PERSON,
THIRDPARTY,
THIRDPARTY_CONTACT,
} from "translator";
const props = defineProps({
@ -64,3 +65,7 @@ const props = defineProps({
entity: Object,
});
</script>
thirdparty_duplicate:
merge: Fussioner
find: 'Désigner un tiers doublon'

View File

@ -12,7 +12,6 @@ declare(strict_types=1);
namespace Chill\ThirdPartyBundle\Service;
use Chill\ThirdPartyBundle\Entity\ThirdParty;
use Doctrine\DBAL\Exception;
use Doctrine\ORM\EntityManagerInterface;
use Doctrine\ORM\Mapping\ClassMetadata;