mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-11 18:29:53 +00:00
Fix translation and cs-fixes
This commit is contained in:
parent
57dffc2038
commit
73cda4b2eb
@ -57,6 +57,7 @@ import {
|
|||||||
THIRDPARTY_A_COMPANY,
|
THIRDPARTY_A_COMPANY,
|
||||||
PERSON,
|
PERSON,
|
||||||
THIRDPARTY,
|
THIRDPARTY,
|
||||||
|
THIRDPARTY_CONTACT,
|
||||||
} from "translator";
|
} from "translator";
|
||||||
|
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
@ -64,3 +65,7 @@ const props = defineProps({
|
|||||||
entity: Object,
|
entity: Object,
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
thirdparty_duplicate:
|
||||||
|
merge: Fussioner
|
||||||
|
find: 'Désigner un tiers doublon'
|
||||||
|
@ -12,7 +12,6 @@ declare(strict_types=1);
|
|||||||
namespace Chill\ThirdPartyBundle\Service;
|
namespace Chill\ThirdPartyBundle\Service;
|
||||||
|
|
||||||
use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
use Chill\ThirdPartyBundle\Entity\ThirdParty;
|
||||||
use Doctrine\DBAL\Exception;
|
|
||||||
use Doctrine\ORM\EntityManagerInterface;
|
use Doctrine\ORM\EntityManagerInterface;
|
||||||
use Doctrine\ORM\Mapping\ClassMetadata;
|
use Doctrine\ORM\Mapping\ClassMetadata;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user