Cristian Torres
64e91fa25b
[CHANGE] Making State available in .odt templates...
...
...making use of the same strategy when loading Country info from single attribute.
Previously attempted on PR #10463 which has been closed
This also relates to #7428
2019-03-27 17:09:59 -06:00
delcroix Patrick
3b9266060c
Fix #9205 quote in Label/number on supplier payment
...
# Fix #9205 #9205
the num_paiement wasn't escaped, not sure it's an real issue but it was reported here
https://www.dolibarr.fr/forum/8-mise-a-jour/62340-message-erreur-suite-mise-a-jour#99408
2018-08-13 23:42:18 +02:00
Laurent Destailleur
577d2d728c
Merge pull request #9238 from ptibogxiv/patch-35
...
Fix dolibarr_set_const
2018-08-13 23:39:42 +02:00
Laurent Destailleur
a866f94716
Fix package
2018-08-13 23:25:27 +02:00
Laurent Destailleur
0ae03e78e9
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
2018-08-13 23:05:46 +02:00
Laurent Destailleur
2cbbb6e622
Prepare 8.0.0 release
2018-08-13 23:04:58 +02:00
Laurent Destailleur
49ab48452a
Prepare 8.0.0 release
2018-08-13 23:00:18 +02:00
Laurent Destailleur
33f0172603
Fix select zip/town
2018-08-13 16:44:49 +02:00
Laurent Destailleur
f96dd391fa
Fix error in foreign key pointing to old table
2018-08-13 16:11:23 +02:00
Laurent Destailleur
df57bd176b
Fix translation
2018-08-13 14:53:04 +02:00
ptibogxiv
d0666a9583
Fix incorrect entity
2018-08-13 14:34:54 +02:00
Laurent Destailleur
b977c3a9f5
Fix translation
2018-08-13 14:04:10 +02:00
ptibogxiv
c6adeabb55
Fix dolibarr_set_const
2018-08-13 12:22:51 +02:00
Laurent Destailleur
d92096f74a
Fix menu payment not required if only module bank on
2018-08-13 02:04:38 +02:00
Laurent Destailleur
31c42c9a32
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
...
Conflicts:
htdocs/societe/canvas/actions_card_common.class.php
2018-08-13 01:23:03 +02:00
Laurent Destailleur
7cd24c389d
Fix firstname/lastname
2018-08-13 01:21:23 +02:00
Laurent Destailleur
21555a7435
Fix firstname/lastname
2018-08-13 01:10:51 +02:00
Laurent Destailleur
0a1c6e7194
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
...
Conflicts:
htdocs/comm/propal/list.php
htdocs/compta/facture/list.php
htdocs/core/modules/project/doc/doc_generic_project_odt.modules.php
2018-08-12 20:08:20 +02:00
Laurent Destailleur
2d571acc03
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
...
Conflicts:
htdocs/commande/list.php
2018-08-12 19:25:44 +02:00
Laurent Destailleur
30b4d88428
Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 7.0
...
Conflicts:
htdocs/compta/facture/list.php
htdocs/product/reassort.php
htdocs/societe/list.php
2018-08-12 19:23:45 +02:00
Laurent Destailleur
61a5be6e2a
Merge branch '6.0' of git@github.com:Dolibarr/dolibarr.git into 6.0
2018-08-12 19:19:21 +02:00
Laurent Destailleur
234b0d3120
Merge pull request #9230 from ATM-Nicolas/fix_withdraw_pagination
...
FIX : Pagination on withdraw request list
2018-08-12 19:18:57 +02:00
Laurent Destailleur
b81b6b651f
Merge branch '5.0' of git@github.com:Dolibarr/dolibarr.git into 6.0
2018-08-12 19:17:26 +02:00
Jan
ddbfaf0788
wrong position of counter reset
...
extrafields will work now ;) and not the first product gets the last extrafields values
2018-08-12 19:16:49 +02:00
Laurent Destailleur
b11d5c2f71
Merge pull request #9228 from atm-florian/8.0
...
fix : remove comment on commit
2018-08-12 19:13:07 +02:00
Laurent Destailleur
be7a764de7
Merge pull request #9202 from atm-florian/7.0
...
fix bad use of test_sql_and_script_inject return int not value tested
2018-08-12 18:24:54 +02:00
Laurent Destailleur
7f797668c9
Merge pull request #9186 from atm-florian/6.0
...
fix : odt project and task extrafields management
2018-08-12 18:15:02 +02:00
Laurent Destailleur
56d8935976
Merge pull request #9181 from ATM-Nicolas/fix_dolGetFirstLastname
...
FIX : Wrong position of firstname lastname
2018-08-12 18:11:36 +02:00
Laurent Destailleur
6954ab00f9
Update functions.lib.php
2018-08-12 18:11:27 +02:00
Laurent Destailleur
8d03d58d54
Merge pull request #9209 from ptibogxiv/patch-34
...
Fix 3D secure
2018-08-12 17:42:42 +02:00
Laurent Destailleur
9124d5c6a5
Merge pull request #9231 from atm-gauthier/7.0_fix_notice
...
FIX : global $mysoc missing (to avoid php notice on lines 279, 280 & 281
2018-08-12 17:36:39 +02:00
Laurent Destailleur
3d4d42462c
Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
2018-08-12 16:30:21 +02:00
Laurent Destailleur
12e21b4886
FIX update extrafields
2018-08-12 16:29:26 +02:00
gauthier
391230babc
FIX : global $mysoc missing (to avoid php notice on lines 279, 280 & 281)
2018-08-10 15:39:49 +02:00
ATM-Nicolas
d8d54d246c
FIX : Pagination on withdraw request list
2018-08-10 15:05:21 +02:00
Laurent Destailleur
39f4eae07e
Fix look and feel v8
2018-08-09 23:11:49 +02:00
Laurent Destailleur
1af9700a58
Fix responsive
2018-08-09 22:52:43 +02:00
Laurent Destailleur
2dbb6e258b
FIX Can filter on month in export of blockedlog
...
FIX Fingerprint correct in popup
2018-08-09 22:29:02 +02:00
florian HENRY
f0a32a2dea
fix : remove comment on commit
2018-08-09 20:41:15 +02:00
Laurent Destailleur
9b50bc2197
Fix css
2018-08-09 19:29:48 +02:00
florian HENRY
06189f8153
Merge branch '6.0' into 6.0_fhe
2018-08-09 18:31:59 +02:00
florian HENRY
9024ed9e61
Merge branch '7.0' into 7.0_fhe
2018-08-09 17:47:21 +02:00
Laurent Destailleur
8d54df4263
Merge branch '7.0' of git@github.com:Dolibarr/dolibarr.git into 8.0
...
Conflicts:
htdocs/core/modules/commande/doc/pdf_einstein.modules.php
htdocs/core/modules/facture/doc/pdf_crabe.modules.php
htdocs/core/modules/propale/doc/pdf_azur.modules.php
2018-08-08 17:31:23 +02:00
Laurent Destailleur
63898b205e
Clean ckeditor menu
2018-08-08 17:09:51 +02:00
Laurent Destailleur
d79778a67e
Fix reponsive
2018-08-08 17:00:16 +02:00
Laurent Destailleur
de1386c83c
Merge branch '7.0' of github.com:Dolibarr/dolibarr into 7.0
2018-08-08 16:49:09 +02:00
Juanjo Menent
e2499392a9
Merge pull request #9215 from fmarcet/7.0
...
Fix: Bad position when document have incoterms/notes
2018-08-08 11:10:47 +02:00
Juanjo Menent
b840152bcd
Merge pull request #9217 from ATM-Nicolas/fix_undefined_index_notnull
...
FIX : PHP warning, undefined index notnull
2018-08-08 11:10:17 +02:00
Juanjo Menent
9f09c97eb9
Merge pull request #9198 from OPEN-DSI/fix_cmd_list
...
FIX : Search on Ref project on order list
2018-08-08 10:56:57 +02:00
Ferran Marcet
5ce31f65a4
Fix: Bad position when document have incoterms/notes
2018-08-07 11:40:11 +02:00