LAURIER Alexis
ca5eed691d
manage entity folder in contrat/document.php
2021-02-10 12:45:45 +01:00
LAURIER Alexis
e2ac46f025
manage documents folder as contrat - document.php
2021-02-10 12:44:36 +01:00
LAURIER Alexis
351d4a609f
Merge pull request #10 from AlexisLaurier/AlexisLaurier-contract-multicompany
...
contract card.php - manage multicompany files
2021-02-10 12:41:10 +01:00
LAURIER Alexis
8e8db38797
contract card.php - manage multicompany files
...
Use of multidir_output[$object->entity] instead of dir_output to manage shared entities
2021-02-10 12:39:14 +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
LAURIER Alexis
abf2875eba
commande.class.php - move db->begin() into cloture
...
A DB begin request was sent before executing the status guard. If the guard fails, we exited the method without closing it. And it will occur a bug to any further database operation.
2021-02-09 14:25:45 +01:00
LAURIER Alexis
a48c03923f
Merge pull request #7 from Dolibarr/13.0
...
13.0
2021-02-07 19:06:35 +01:00
Laurent Destailleur
536ddd4832
Fix look and feel v13
2021-02-07 17:54:20 +01:00
Laurent Destailleur
f62b4c15e8
Fix bad html
2021-02-07 17:32:54 +01:00
LAURIER Alexis
1f56ff24ca
Merge pull request #6 from Dolibarr/13.0
...
13.0
2021-02-07 13:04:27 +01:00
Laurent Destailleur
4411497112
FIX #16156
2021-02-06 12:27:27 +01:00
Laurent Destailleur
c6badeed57
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/categories/viewcat.php
htdocs/compta/prelevement/card.php
2021-02-06 01:14:48 +01:00
Laurent Destailleur
d8a33b46de
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2021-02-06 01:08:46 +01:00
Laurent Destailleur
4428e2b18e
Merge branch '11.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
...
Conflicts:
htdocs/compta/prelevement/card.php
htdocs/product/price.php
2021-02-06 01:08:37 +01:00
Laurent Destailleur
87c8d917e9
Merge branch '10.0' of git@github.com:Dolibarr/dolibarr.git into 11.0
...
Conflicts:
htdocs/compta/prelevement/card.php
2021-02-06 01:03:31 +01:00
Laurent Destailleur
c888ce08c1
Merge pull request #16174 from atm-florianm/fix/10.0_check_withdrawal_already_credited_before_crediting_it
...
FIX 10.0 - before crediting a withdrawal receipt, check whether it has been credited already
2021-02-06 01:00:56 +01:00
Laurent Destailleur
7d14cde45e
Merge pull request #16173 from fappels/11_backport_price_patch
...
FIX: Add critical price patch from 12 to 11.
2021-02-06 00:59:52 +01:00
Laurent Destailleur
d8c262691b
Merge pull request #16175 from nicolas-eoxia/12_fix_missing_hook
...
fix: add missing hook addMoreActionsButtons in viewcat.php
2021-02-06 00:43:52 +01:00
Laurent Destailleur
bee0849290
Fix when nothing found, we should show message nothing found
2021-02-06 00:42:53 +01:00
Laurent Destailleur
c15deff817
FIX #16185
2021-02-06 00:30:44 +01:00
werewolf7160
83f24e6fd2
call to createCommon() return int and not bool
...
with generated Object, the post request call to createCommon() in it and taht function return a int (id or -1 if error).
but the test on the returned value is a '!', that don't return false on "-1".
a post request with an sql error for example(foreign key error for my test), will always return 200 instead of 500 with the error
2021-02-06 00:21:53 +01:00
Laurent Destailleur
f823ee019a
Merge pull request #16181 from ptibogxiv/patch-411
...
FIX takepos : load date function
2021-02-06 00:19:38 +01:00
Laurent Destailleur
7b35192476
Fix bad label
2021-02-06 00:15:07 +01:00
LAURIER Alexis
83c6c7e95a
Merge pull request #5 from Dolibarr/13.0
...
13.0
2021-02-05 22:38:26 +01:00
ptibogxiv
4477578766
FIX takepos : load date function
...
fix loading dol_get_first_hour()
2021-02-05 17:30:41 +01:00
Laurent Destailleur
9843e79bac
Trans
2021-02-05 15:43:03 +01:00
Laurent Destailleur
653fa38b06
Fix autoselect of category with 'auto'
2021-02-05 15:12:12 +01:00
Laurent Destailleur
dbfeba661d
Fix value show 0 if empty
2021-02-05 14:53:57 +01:00
Laurent Destailleur
29c7ff1752
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-02-05 14:41:11 +01:00
Laurent Destailleur
e9fa5a647d
Fix import
2021-02-05 14:35:10 +01:00
Laurent Destailleur
ac83cea83a
Fix avoid to run import twice by clicking on tab step6
...
Fix timeout for real import step
2021-02-05 14:34:04 +01:00
Nicolas
cdd2c165ef
add missing hook addMoreActionsButtons in viewcat.php
2021-02-05 11:36:12 +01:00
Florian Mortgat
3f862bf43e
FIX 10.0 - before crediting a withdrawal receipt, check whether it has been credited already
2021-02-05 11:34:39 +01:00
Francis Appels
1b55935577
Add critical price patch from 12 to 11.
2021-02-05 10:39:46 +01:00
Laurent Destailleur
3006cf770c
FIX Timeout during import
2021-02-05 01:06:59 +01:00
Laurent Destailleur
4a2f26415e
Fix GETPOST accept < if followed with a number
2021-02-04 23:36:41 +01:00
Laurent Destailleur
8cbd9fc0d8
CSS
2021-02-04 19:48:57 +01:00
Laurent Destailleur
95c75f8ba8
Fix css
2021-02-04 19:17:57 +01:00
Laurent Destailleur
a6b08b241f
Doc
2021-02-04 17:13:00 +01:00
Laurent Destailleur
f92dcf71ac
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-02-04 13:04:57 +01:00
Laurent Destailleur
b58b3a4932
FIX link to create event when task is in a project with a thirdparty
2021-02-04 13:03:05 +01:00
Laurent Destailleur
524b28d8c3
Fix missing tab info on holiday
2021-02-04 12:15:31 +01:00
Laurent Destailleur
284042af7a
FIX User creation of expense report not visible
2021-02-04 12:05:28 +01:00
Laurent Destailleur
eca010937f
FIX Trigger on expense report was not fired
...
FIX Bad dates on info tabs
2021-02-04 11:56:53 +01:00
Laurent Destailleur
c3b409df31
Fix do not use CURDATE()
2021-02-03 23:18:44 +01:00
Laurent Destailleur
e89cc08ffa
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
2021-02-03 23:04:50 +01:00
Laurent Destailleur
91c594a66a
Fix syntax error
2021-02-03 23:03:47 +01:00
Laurent Destailleur
d608a46c95
Fix dates
2021-02-03 22:47:35 +01:00
Laurent Destailleur
787e03a10d
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0
...
Conflicts:
htdocs/core/class/html.formmail.class.php
2021-02-03 20:46:22 +01:00
Laurent Destailleur
041decaf93
Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 12.0
2021-02-03 20:43:39 +01:00