dolibarr/htdocs/install/mysql
Jean-Sébastien Pédron 9b1dbf8d2a
llx_accounting_account_fr.sql: Remove left over field data
In commit 86d9622360, the `pcg_subtype`
was removed from the inserted values.

In commit a85dfaf71e, values associated
with this field were removed. However, at least two lines in the
PCG99-BASE accounting accounts still had that field values.

This led to errors when importing the PCG99-BASE accounts. This patch
fixes the problem and the accounts can be imported successfully.
2020-11-24 22:19:21 +01:00
..
data llx_accounting_account_fr.sql: Remove left over field data 2020-11-24 22:19:21 +01:00
functions Move Gnu.org to https 2019-09-23 21:55:30 +02:00
migration Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0 2020-10-26 19:08:11 +01:00
tables Update doc 2020-11-01 15:55:51 +01:00
index.html
README

# README
########

This directory contains:

data:      A directory with SQL script to add Dolibarr initial data.
migration: A directory with SQL script to migrate Dolibarr database from 
           one version to another version.
tables:    A directory with all files with create tables and index orders.