Laurent Destailleur (aka Eldy)
f97b2f44cd
Debug v21 - Fix export in accountancy
2025-01-16 17:27:22 +01:00
Laurent Destailleur (aka Eldy)
3bb748a4ee
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-16 14:48:33 +01:00
Alexandre Janniaux
63c991413e
api_thirdparties: fix num_rows typo
...
$res->num_rows will not work on PostgreSQL. $db->num_rows() must be used
instead to execute the correct procedure depending on the database
backend.
But the call was not written properly and both were mixed up in commit
25741a618e which used $db->num_rows, and
then fixed in 72c443868c which used
$db->num_rows($result) where suited, except this location.
2025-01-16 14:48:08 +01:00
Alexandre Janniaux
eaa51fed7b
accounting: fix num_rows without call from $db
...
$res->num_rows will not work on PostgreSQL. $db->num_rows() must be used
instead to execute the correct procedure depending on the database
backend.
2025-01-16 14:47:59 +01:00
Laurent Destailleur (aka Eldy)
e607fc8792
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-16 14:47:18 +01:00
Laurent Destailleur (aka Eldy)
d85c39e77b
Fix CI
2025-01-16 14:47:03 +01:00
Laurent Destailleur
2d29c0a09f
Merge pull request #32684 from BenjaminFlr/accessibility
...
ENH: accessibility on ticket admin page
2025-01-16 14:38:32 +01:00
Laurent Destailleur
0bf729f143
Merge pull request #32675 from alexandre-janniaux/accounting-num_rows_leftovers
...
FIX: accounting: fix num_rows without call from $db
2025-01-16 14:36:27 +01:00
Laurent Destailleur
e4a7b286b2
Merge pull request #32677 from alexandre-janniaux/apithirdparties-num_rows-leftovers
...
FIX: api_thirdparties: fix num_rows typo
2025-01-16 14:35:42 +01:00
Laurent Destailleur
a578d9455a
Merge pull request #32681 from aspangaro/21css
...
Remove inappropriate <td>
2025-01-16 14:35:18 +01:00
Laurent Destailleur
72ef34f698
Merge branch 'develop' into accounting-num_rows_leftovers
2025-01-16 14:33:36 +01:00
Laurent Destailleur (aka Eldy)
3c2f6739d1
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-16 14:06:23 +01:00
Laurent Destailleur (aka Eldy)
6f26816185
Migration
2025-01-16 14:02:43 +01:00
Laurent Destailleur (aka Eldy)
2ae7549563
Debug v21
2025-01-16 14:02:08 +01:00
Laurent Destailleur (aka Eldy)
683f4f931e
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-16 13:06:43 +01:00
Laurent Destailleur (aka Eldy)
b41584de08
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-16 12:09:36 +01:00
Benjamin Falière
05a7c16422
ENH: accessibility on ticket admin page
2025-01-16 12:09:27 +01:00
Laurent Destailleur (aka Eldy)
c01e3faea4
Update eclipse rules
2025-01-16 12:09:13 +01:00
Alexandre SPANGARO
5403293409
Remove inappropriate <td>
2025-01-16 06:19:22 +01:00
Laurent Destailleur (aka Eldy)
162b3b1d82
Debug v21
2025-01-16 05:13:34 +01:00
Laurent Destailleur (aka Eldy)
a82da1cc6c
Must be able to force lang
2025-01-16 02:55:00 +01:00
Laurent Destailleur (aka Eldy)
f88cfae08f
Debug v21
2025-01-16 02:50:23 +01:00
Laurent Destailleur (aka Eldy)
0f0617f8f8
Debug v21
2025-01-16 02:09:34 +01:00
Laurent Destailleur (aka Eldy)
a41fe4637d
Debug v21
2025-01-16 01:58:13 +01:00
Laurent Destailleur (aka Eldy)
16b28e4d16
Debug v21
2025-01-15 21:19:18 +01:00
Alexandre Janniaux
d5584f4e32
api_thirdparties: fix num_rows typo
...
$res->num_rows will not work on PostgreSQL. $db->num_rows() must be used
instead to execute the correct procedure depending on the database
backend.
But the call was not written properly and both were mixed up in commit
25741a618e which used $db->num_rows, and
then fixed in 72c443868c which used
$db->num_rows($result) where suited, except this location.
2025-01-15 20:09:25 +01:00
Alexandre Janniaux
f757f9c4cc
accounting: fix num_rows without call from $db
...
$res->num_rows will not work on PostgreSQL. $db->num_rows() must be used
instead to execute the correct procedure depending on the database
backend.
2025-01-15 20:03:28 +01:00
Laurent Destailleur
ece1317824
Merge pull request #32668 from mdeweerd/qual/flow-precommit-shellcheck
...
Qual: Fix ci (pre-commit) Exclude/fix shellcheck notices
2025-01-15 18:02:42 +01:00
MDW
ac35daf08f
Qual: Fix whitespace
2025-01-15 14:54:33 +01:00
MDW
fffa47723f
Qual: Fix ci (pre-commit) Exclude/fix shellcheck notices
2025-01-15 14:37:24 +01:00
Laurent Destailleur
55b96e085e
Merge pull request #32659 from atm-quentin/FIX/32460/DBPrefix
...
FIX Issue #32460 db prefix for module builder
2025-01-15 14:19:49 +01:00
Laurent Destailleur
2d641d7537
Merge pull request #32657 from rycks/develop_hook_for_vat_rates
...
add a hook on vat rate
2025-01-15 14:19:19 +01:00
Laurent Destailleur
acf1430bed
Update html.form.class.php
2025-01-15 14:18:22 +01:00
Laurent Destailleur (aka Eldy)
4e3b11d8ad
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-15 14:13:10 +01:00
Laurent Destailleur (aka Eldy)
a68f2b5cf5
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-15 14:12:17 +01:00
Laurent Destailleur (aka Eldy)
ac5d29a4f6
Fix phpunit
2025-01-15 14:11:57 +01:00
Laurent Destailleur (aka Eldy)
1b09d9abf6
Missing ip in list
2025-01-15 14:00:11 +01:00
Laurent Destailleur (aka Eldy)
f6f38aebb4
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-15 13:02:21 +01:00
Laurent Destailleur (aka Eldy)
cf62921762
Merge branch '20.0' of git@github.com:Dolibarr/dolibarr.git into 21.0
2025-01-15 13:01:03 +01:00
Laurent Destailleur (aka Eldy)
c58016c2cf
Merge branch '19.0' of git@github.com:Dolibarr/dolibarr.git into 20.0
2025-01-15 12:46:26 +01:00
Laurent Destailleur (aka Eldy)
0801f91ea7
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-15 12:35:42 +01:00
Laurent Destailleur (aka Eldy)
cf156e024d
Merge branch '17.0' of git@github.com:Dolibarr/dolibarr.git into 18.0
2025-01-15 12:16:03 +01:00
Laurent Destailleur (aka Eldy)
6b0c8f39d5
Merge branch '16.0' of git@github.com:/Dolibarr/dolibarr.git into 17.0
2025-01-15 12:15:28 +01:00
Laurent Destailleur (aka Eldy)
2c2e01d14c
Merge branch '15.0' of git@github.com:Dolibarr/dolibarr.git into 16.0
2025-01-15 12:14:06 +01:00
Laurent Destailleur (aka Eldy)
abc1d1dcb3
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 15.0
2025-01-15 12:13:44 +01:00
Laurent Destailleur (aka Eldy)
ac049e1f23
Fix test
2025-01-15 12:13:23 +01:00
Laurent Destailleur (aka Eldy)
9e8c52e296
Fix function not enabled
2025-01-15 12:10:36 +01:00
Laurent Destailleur (aka Eldy)
929e7047b9
Fix message
2025-01-15 11:44:59 +01:00
Laurent Destailleur (aka Eldy)
a8d99ed459
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-15 11:42:41 +01:00
Laurent Destailleur (aka Eldy)
761c04cc4d
Merge branch '21.0' of git@github.com:Dolibarr/dolibarr.git into develop
2025-01-15 11:42:32 +01:00