+ {JSON.stringify(job.cieca_ttl, null, "\t")}
);
diff --git a/client/src/graphql/jobs.queries.js b/client/src/graphql/jobs.queries.js
index 0e4e83490..4a8354ef4 100644
--- a/client/src/graphql/jobs.queries.js
+++ b/client/src/graphql/jobs.queries.js
@@ -282,6 +282,7 @@ export const GET_JOB_BY_PK = gql`
count
}
}
+ cieca_ttl
}
}
`;
diff --git a/client/src/translations/en_us/common.json b/client/src/translations/en_us/common.json
index f04c2e04d..9465b5037 100644
--- a/client/src/translations/en_us/common.json
+++ b/client/src/translations/en_us/common.json
@@ -423,6 +423,7 @@
"noaccess": "This job does not exist or you do not have access to it.",
"nodamage": "No damage points on estimate.",
"nodates": "No dates specified for this job.",
+ "nofinancial": "No financial data has been calculated yet for this job. Please save it again.",
"nojobselected": "No job is selected.",
"noowner": "No owner associated.",
"novehicle": "No vehicle associated.",
diff --git a/client/src/translations/es/common.json b/client/src/translations/es/common.json
index 4cfc21747..54cb5b3ec 100644
--- a/client/src/translations/es/common.json
+++ b/client/src/translations/es/common.json
@@ -423,6 +423,7 @@
"noaccess": "Este trabajo no existe o no tiene acceso a él.",
"nodamage": "",
"nodates": "No hay fechas especificadas para este trabajo.",
+ "nofinancial": "",
"nojobselected": "No hay trabajo seleccionado.",
"noowner": "Ningún propietario asociado.",
"novehicle": "No hay vehículo asociado.",
diff --git a/client/src/translations/fr/common.json b/client/src/translations/fr/common.json
index 86909780d..803b2d42b 100644
--- a/client/src/translations/fr/common.json
+++ b/client/src/translations/fr/common.json
@@ -423,6 +423,7 @@
"noaccess": "Ce travail n'existe pas ou vous n'y avez pas accès.",
"nodamage": "",
"nodates": "Aucune date spécifiée pour ce travail.",
+ "nofinancial": "",
"nojobselected": "Aucun travail n'est sélectionné.",
"noowner": "Aucun propriétaire associé.",
"novehicle": "Aucun véhicule associé.",
diff --git a/client/yarn.lock b/client/yarn.lock
index cf5a45fe4..b7c3bdc37 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -4885,6 +4885,11 @@ diffie-hellman@^5.0.0:
miller-rabin "^4.0.0"
randombytes "^2.0.0"
+dinero.js@^1.8.1:
+ version "1.8.1"
+ resolved "https://registry.yarnpkg.com/dinero.js/-/dinero.js-1.8.1.tgz#775a647629b4195af9d02f46e9b7fa1fd81e906d"
+ integrity sha512-AQ09MDKonkGUrhBZZFx4tPTVcVJuHJ0VEA73LvcBoBB2eQSi1DbapeXj4wnUUpx1hVnPdyev1xPNnNMGy/Au0g==
+
dir-glob@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"