[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_quant_detail |
Date: |
Thu, 19 Sep 2024 02:41:54 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit a7174c7a25598ef32c02a0c8c81beb0f27f4c176
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sat Sep 7 12:09:36 2024 +0200
Bug : some db doesn't have the view v_quant_detail
---
html/css/style-classic7.css | 1 -
include/sql/patch/upgrade201.sql | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 94bab908c..f3b19a089 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -855,7 +855,6 @@ input[disabled], textarea[disabled], option[disabled],
optgroup[disabled], selec
a#anchorbutton, .button, a.button,div.content a.button {
color:#FFFFFF;
- font-weight: bold;
text-decoration:none;
font-family: arial,verdana,sans-serif,helvetica;
background-image: url("../image/bg-submit2.gif");
diff --git a/include/sql/patch/upgrade201.sql b/include/sql/patch/upgrade201.sql
index a688665be..e608ee68e 100644
--- a/include/sql/patch/upgrade201.sql
+++ b/include/sql/patch/upgrade201.sql
@@ -1,6 +1,6 @@
begin;
-drop VIEW public.v_quant_detail;
+drop VIEW if exists public.v_quant_detail;
CREATE OR REPLACE VIEW public.v_quant_detail
AS WITH quant AS (
@@ -70,4 +70,4 @@ AS WITH quant AS (
;
insert into version (val,v_description) values (202,'Bug with reconcile,
improve view');
-commit;
\ No newline at end of file
+commit;
- [Noalyss-commit] [noalyss] 02/86: Merge branch 'pre-stable' into stable, (continued)
- [Noalyss-commit] [noalyss] 02/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 14/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaƮt pas., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 13/86: PHP8.2 compatility : strip_tags null, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 22/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 24/86: Cosmetic add inner_box2, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 30/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 29/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 33/86: RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 37/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 40/86: Fix bug CSV for P1TVA , wrong header, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 46/86: Bug : some db doesn't have the view v_quant_detail,
dwm <=
- [Noalyss-commit] [noalyss] 49/86: Improve message, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 55/86: Merge branch 'stable' into unstable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 57/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 50/86: Translation, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 63/86: Bug : when only one extension, it fails, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 70/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 82/86: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 83/86: Change color border, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 81/86: Cosmetic : menu and module , animate, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 86/86: Cosmetic g_failed, dwm, 2024/09/19