Skip to content

Commit

Permalink
#271 - use datDate instead of datDatePrevu
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaetanbrl committed Mar 15, 2023
1 parent 1bc64ae commit a704f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/extension/components/form/identify/Tabou2DdsAccord.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const Tabou2DdsAccord = ({
label: "tabou2.identify.accordions.ddcData",
msg: ["tabou2.getHelp", help?.ddc || help?.url || ""],
type: "table",
fields: ["numAds", "depotDossier", "adsDate", "docDate", "datDatePrevu "],
fields: ["numAds", "depotDossier", "adsDate", "docDate", "datDatePrevu"],
labels: [
"tabou2.identify.accordions.numAds",
"tabou2.identify.accordions.depotDossier",
Expand Down

0 comments on commit a704f60

Please sign in to comment.