[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Noalyss-commit] [noalyss] 41/86: Bug : some db doesn't have the view v_
From: |
dwm |
Subject: |
[Noalyss-commit] [noalyss] 41/86: Bug : some db doesn't have the view v_quant_detail |
Date: |
Thu, 19 Sep 2024 02:41:53 -0400 (EDT) |
sparkyx pushed a commit to branch unstable
in repository noalyss.
commit 5442bb712011dc8db08b8916c2f6117fdd063b39
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] 01/86: Bug : fix create event from AGENDA, (continued)
- [Noalyss-commit] [noalyss] 01/86: Bug : fix create event from AGENDA, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 04/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 10/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 12/86: Cosmetic #0002375: Menu COMPTA/LET/LETCARD : le nom de la fiche n'apparaƮt pas., dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 15/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 06/86: CFGMENU : bug cannot update menu, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 09/86: C0OPT1 , C1MENU : improve doc, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 16/86: wip : cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 27/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 32/86: RECONCILE : fix bug : sum incorrect if several items RECONCILE : remove direct access to, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 41/86: Bug : some db doesn't have the view v_quant_detail,
dwm <=
- [Noalyss-commit] [noalyss] 42/86: Improve : creation db , mod1 , mod2 and account_repository remove the alter table disable all triggers, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 03/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 35/86: RECONCILE : VAT ND not in account, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 31/86: RECONCILE : fix bug : sum incorrect if several items, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 07/86: C0OPT1 , C1MENU : improve doc, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 05/86: C0OPT1 , C1MENU : improve doc, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 23/86: Merge branch 'pre-stable' into stable, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 28/86: Cosmetic improve widget bookmark color for hover, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 19/86: Cosmetic, dwm, 2024/09/19
- [Noalyss-commit] [noalyss] 34/86: RECONCILE : fix bug : sum incorrect if several items, dwm, 2024/09/19