mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-11 10:19:52 +00:00
Fix translation and cs-fixes
This commit is contained in:
parent
57dffc2038
commit
73cda4b2eb
@ -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'
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user