From 7eb8460ba0fdab532d8a51fa048a04b23711f210 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 29 Jun 2023 15:38:49 +0200 Subject: [PATCH] refs #5816 remove unforeseen dev --- CHANGELOG.md | 9 --------- db/changes/232801/.gitkeep | 0 loopback/locale/en.json | 7 ++++--- package.json | 2 +- 4 files changed, 5 insertions(+), 13 deletions(-) delete mode 100644 db/changes/232801/.gitkeep diff --git a/CHANGELOG.md b/CHANGELOG.md index 36347bd19..47eeb47a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2328.01] - 2023-07-13 - -### Added - -### Changed - -### Fixed - - ## [2326.01] - 2023-06-29 ### Added diff --git a/db/changes/232801/.gitkeep b/db/changes/232801/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/loopback/locale/en.json b/loopback/locale/en.json index 40df9a712..9b1b04600 100644 --- a/loopback/locale/en.json +++ b/loopback/locale/en.json @@ -175,6 +175,7 @@ "Pass expired": "The password has expired, change it from Salix", "Can't transfer claimed sales": "Can't transfer claimed sales", "Invalid quantity": "Invalid quantity", - "Failed to upload delivery note": "Error to upload delivery note {{id}}", - "Mail not sent": "There has been an error sending the invoice to the client [{{clientId}}]({{{clientUrl}}}), please check the email address" -} + "Failed to upload delivery note": "Error to upload delivery note {{id}}", + "Mail not sent": "There has been an error sending the invoice to the client [{{clientId}}]({{{clientUrl}}}), please check the email address", + "The renew period has not been exceeded": "The renew period has not been exceeded" +} \ No newline at end of file diff --git a/package.json b/package.json index 64c374841..4358c86a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "salix-back", - "version": "23.28.01", + "version": "23.26.01", "author": "Verdnatura Levante SL", "description": "Salix backend", "license": "GPL-3.0",