Commit Graph

94920 Commits

Author SHA1 Message Date
LAURIER Alexis
653b0d6090
Add mass action on direct debit request list
Add mass action on direct debit request list into direct debit voucher create page
2021-02-10 08:11:28 +01:00
LAURIER Alexis
f005ce7690
Merge pull request #8 from Dolibarr/develop
update
2021-02-10 07:55:54 +01:00
Laurent Destailleur
4f2e7c51fc Fix #16129 autodetect language on public pages 2021-02-10 03:20:50 +01:00
Laurent Destailleur
89154265c6 FIX #16129 2021-02-10 03:12:19 +01:00
Laurent Destailleur
4c3a96da08 FIX #16150 2021-02-10 02:57:08 +01:00
Laurent Destailleur
13e0d08cbb Code comment 2021-02-10 02:49:54 +01:00
Laurent Destailleur
d80f23589d Fix missing entry 2021-02-10 02:39:58 +01:00
Laurent Destailleur
29100a4766 FIX #16221 2021-02-10 02:28:22 +01:00
Laurent Destailleur
667963094f Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 13.0 2021-02-10 02:17:14 +01:00
Laurent Destailleur
c875ad9a1c FIX #16240 2021-02-10 02:17:01 +01:00
Laurent Destailleur
499ebd73b1
Merge pull request #16192 from FHenry/dev_add_hook_ecm_auto
NEW : add hook addSectionECMAuto method to add cuistom diretory into ECM auto files
2021-02-10 01:32:29 +01:00
Laurent Destailleur
c2df267858
Merge pull request #16242 from frederic34/patch-4
remove deprecated
2021-02-10 01:29:47 +01:00
Laurent Destailleur
e84834d219
Merge pull request #16236 from grandoc/new_branch_09_02_2021
standardisation, internationalisation
2021-02-10 01:28:16 +01:00
Laurent Destailleur
7db4fe8990
Merge pull request #16246 from frederic34/patch-5
doxygen
2021-02-10 01:25:58 +01:00
Laurent Destailleur
2c30680157
Merge pull request #16244 from AlexisLaurier/13.0
fix regression of #16118 - entity not check on object in checkUserAccessToObject
2021-02-10 01:25:19 +01:00
Laurent Destailleur
e85edf5cfc
Merge pull request #16245 from frederic34/patch-3
doxygen
2021-02-10 01:18:16 +01:00
Laurent Destailleur
1282494211
Merge pull request #16243 from ptibogxiv/patch-414
FIX update order by api
2021-02-10 01:17:33 +01:00
Laurent Destailleur
060e64fe02 FIX vat value when code contains number 2021-02-10 01:10:51 +01:00
Laurent Destailleur
408aefd46c FIX vat value when code contains number 2021-02-10 01:10:31 +01:00
Laurent Destailleur
afeeb40e2e Fix show property "enabled" of extrafields 2021-02-10 00:18:00 +01:00
Frédéric FRANCE
4c17fefb95
Update CompanyBankAccountTest.php 2021-02-09 23:54:53 +01:00
Frédéric FRANCE
9db3499aef
Update CommonInvoiceTest.php 2021-02-09 23:52:53 +01:00
Frédéric FRANCE
db8afec96b
Update CommandeTest.php 2021-02-09 23:51:49 +01:00
Frédéric FRANCE
763b8f071e
Update CommandeFournisseurTest.php 2021-02-09 23:50:40 +01:00
Frédéric FRANCE
f1ce1ed9c8
Update BankAccountTest.php 2021-02-09 23:48:28 +01:00
Frédéric FRANCE
62bfb73423
Update ActionCommTest.php 2021-02-09 23:46:26 +01:00
Frédéric FRANCE
7bbd89393a
doxygen 2021-02-09 23:45:23 +01:00
Laurent Destailleur
33a4355743 Fix summary of report 2021-02-09 23:36:44 +01:00
Laurent Destailleur
92a1235066 Fix summary of report 2021-02-09 23:34:42 +01:00
Laurent Destailleur
6ceaa02abe Fix total in summary section was empty for income. 2021-02-09 23:08:59 +01:00
Frédéric FRANCE
097ff0d7b6
Update commande.class.php 2021-02-09 22:14:46 +01:00
Laurent Destailleur
52ee530e70 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop 2021-02-09 22:03:38 +01:00
Laurent Destailleur
3a9cf8eb7a FIX: ODT generation very slow 2021-02-09 22:02:48 +01:00
Frédéric FRANCE
f8dd1a7fc7
Update list.php 2021-02-09 22:00:54 +01:00
Laurent Destailleur
beb9f4f1e9 Fix 2 lines on one line when there is 2 or more sale representatives 2021-02-09 21:35:50 +01:00
Laurent Destailleur
d588086c47 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop 2021-02-09 21:21:28 +01:00
Laurent Destailleur
032503f397 Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
Conflicts:
	htdocs/main.inc.php
2021-02-09 21:13:54 +01:00
Laurent Destailleur
9c535d6d7e Fix comment in js must be a js comment 2021-02-09 21:09:46 +01:00
Laurent Destailleur
0e2c27d795 Fix javascript error 2021-02-09 21:06:11 +01:00
Laurent Destailleur
e1af57f540 FIX status late on purchase orders 2021-02-09 20:46:17 +01:00
LAURIER Alexis
0ae0eb5758
fix regression of #16118 - entity not check
Entity is not anymore check for user having permission $user->rights->societe->client->voir on the current entity. Then we can open object from any entity with current permissions and the entity field of objects are not anymore checked.
2021-02-09 20:13:13 +01:00
ptibogxiv
e5f6a64846
FIX update order by api
fix update shipping method and shipping date by API (no change with code or functionality juste fix this pb with updating)
2021-02-09 19:24:36 +01:00
Laurent Destailleur
eae232da50 Fix sql error 2021-02-09 19:16:26 +01:00
Laurent Destailleur
92a19c0caa Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into develop
Conflicts:
	ChangeLog
2021-02-09 18:34:50 +01:00
Laurent Destailleur
fdc2a88fc0 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 13.0 2021-02-09 18:30:47 +01:00
Laurent Destailleur
e2d1813451 Fix column title wrapped 2021-02-09 18:30:34 +01:00
Laurent Destailleur
0a2ace81ff Fix phpcs 2021-02-09 18:15:32 +01:00
Frédéric FRANCE
da8c80071f
Update html.form.class.php 2021-02-09 18:09:35 +01:00
Frédéric FRANCE
aecb185c8d
Update card.php 2021-02-09 18:07:58 +01:00
Frédéric FRANCE
2c6656b2ad
Update card.php 2021-02-09 18:07:21 +01:00