Skip to content

Commit

Permalink
[TRA-15500] Impossible de viser un transporteur étranger sur un BSVHU (
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitguigal authored Nov 26, 2024
2 parents 2ce3329 + 496fcf2 commit 4b530c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/Apps/Dashboard/Creation/bsvhu/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const zodEmitter = z.object({
});

const zodTransporter = z.object({
company: zodCompany,
company: zodCompany.extend({ vatNumber: z.string().nullish() }),
transport: z.object({
signature: z.object({
author: z.string().nullish(),
Expand Down

0 comments on commit 4b530c1

Please sign in to comment.