From 12b4df7456e4353f753168a29e16da9ef23261f5 Mon Sep 17 00:00:00 2001 From: Pierre Ecarlat <pecarlat@grandlyon.com> Date: Wed, 4 Dec 2024 15:31:30 +0100 Subject: [PATCH] fix: typos --- docs/ecolyo/Functionalities/prices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ecolyo/Functionalities/prices.md b/docs/ecolyo/Functionalities/prices.md index 54625fb..d1666b2 100644 --- a/docs/ecolyo/Functionalities/prices.md +++ b/docs/ecolyo/Functionalities/prices.md @@ -72,7 +72,7 @@ If there is a price on the doctype we want to process, it will be use for displa ### Fallback -The app take the hard code price for a given fluid and apply it to a load. This allow the app to handle prices in any case. These prices are updated manually whenever a new version of Ecolyo is published. +If the backoffice is unavailable for some reason, the prices can not be updated. In this situation, a hard-coded price exists for each fluid in the app, and this value is applied to the loads. This allow the app to handle prices in any case. These hard-coded prices are updated manually whenever a new version of Ecolyo is published. ### How to test service ? -- GitLab