Laurent Destailleur
4b84b7ccf2
Merge pull request #8926 from fappels/develop_fix_setvaluefrom
...
FIX commonobject setValueFrom trigger
2018-06-13 20:50:26 +02:00
Laurent Destailleur
916424943e
Merge pull request #8942 from grandoc/new_branch_10_06_2018
...
New branch 10 06 2018
2018-06-13 20:48:22 +02:00
Laurent Destailleur
e69b0102a5
Merge pull request #8935 from inoveaconseil/modulebuilder
...
Fix include for older version
2018-06-13 20:43:38 +02:00
Laurent Destailleur
4be069a3b5
Update setup.php
2018-06-13 20:43:02 +02:00
Laurent Destailleur
e983566422
Merge pull request #8947 from glu000/develop
...
Fix for Bug #8946
2018-06-13 20:41:54 +02:00
Laurent Destailleur
dd8e39195d
Merge pull request #8932 from grandoc/new_branch_07_06_2018
...
New branch 07 06 2018
2018-06-13 20:40:48 +02:00
Laurent Destailleur
3703a7c4b0
Merge pull request #8952 from papoteur-mga/patch-1
...
Fix: In list of bank accounts, display the balance in formatted price
2018-06-13 20:40:27 +02:00
Laurent Destailleur
4acde4e0a9
Merge pull request #8950 from ATM-Marc/FIX_develop_sortfield
...
FIX: handle sortorder on multiple columns + potential SQL field mismatch
2018-06-13 20:36:08 +02:00
Laurent Destailleur
b5cd722eb1
Merge pull request #8917 from atm-gauthier/6.0_fix_apply_reduc
...
FIX : sometimes amounts are identical but php find them different.
2018-06-13 20:34:59 +02:00
Laurent Destailleur
76ee88f0b1
Merge pull request #8951 from fappels/7.0_fix_ErrorProductAlreadyExists
...
Fix Wrong error for duplicate ref if barcode enabled but not set.
2018-06-13 20:19:55 +02:00
Laurent Destailleur
b8e927d347
Merge pull request #8915 from grandoc/new_branch_04_06_2018
...
clean and update code
2018-06-13 20:16:19 +02:00
Laurent Destailleur
3ec6b88ece
Merge pull request #8958 from frederic34/listfax
...
FIX add fax to thirdparty list
2018-06-13 20:10:10 +02:00
Laurent Destailleur
5d8b46fcdc
Merge pull request #8941 from frederic34/patch-10
...
Fix Travis AllTests.php
2018-06-13 20:09:36 +02:00
Laurent Destailleur
eabb3e9cd3
Merge pull request #8930 from hregis/7.0_non-numeric
...
FIX wrong var name $search_month_lim
2018-06-13 20:09:13 +02:00
Laurent Destailleur
5fcfad5966
Merge pull request #8918 from atm-gauthier/6.0_fix_entity_select_prod_fourn_prices
...
FIX : entity test must be on product_fourn_price table and not product table
2018-06-13 20:08:25 +02:00
Laurent Destailleur
49d749a4b9
Merge pull request #8920 from grandoc/new_branch_05_06_2018
...
clean and update code
2018-06-13 20:04:41 +02:00
Laurent Destailleur
887c9e0495
Merge pull request #8922 from aspangaro/8.0-b31
...
NEW Accountancy - Show journal name on journal page and hide button draft export (Add an option in admin)
2018-06-13 20:04:16 +02:00
Laurent Destailleur
3f7f77ce95
Merge pull request #8923 from atm-florian/7.0
...
fix error display
2018-06-13 20:02:45 +02:00
Laurent Destailleur
fdc90da408
Update card.php
2018-06-13 20:02:38 +02:00
Laurent Destailleur
1e488a6f7f
Merge pull request #8924 from dtix/patch-1
...
Romania vat rate changed
2018-06-13 20:01:48 +02:00
Laurent Destailleur
4c1bb9d28f
Merge pull request #8948 from glu000/7.0
...
Fix #8946
2018-06-13 20:01:29 +02:00
Laurent Destailleur
f07408c6c3
Merge pull request #8929 from ATM-Marc/FIX_7.0_extrafields_intervention
...
FIX: intervention: extrafield error when calling insertExtrafields
2018-06-13 20:00:48 +02:00
Laurent Destailleur
549d4609d2
Fix phpunit
2018-06-13 19:57:25 +02:00
Laurent Destailleur
3e0becb432
Fix phpunit
2018-06-13 19:29:23 +02:00
Laurent Destailleur
6fbdcea356
Code comment
2018-06-13 19:22:50 +02:00
Frédéric FRANCE
345fb1f2af
add fax to thirdparty list
2018-06-13 17:57:15 +02:00
Laurent Destailleur
03b6bec8b8
Fix email template for test
2018-06-13 17:03:46 +02:00
altatof
d42f00bca9
FIX : pu_ht_devise was not converted to numeric so decimals were lost
...
when clculating total_ht_devise
2018-06-13 16:35:52 +02:00
Laurent Destailleur
cfa69fe93f
FIX popup confirmation deos not accept value with special chars
2018-06-13 14:51:20 +02:00
Laurent Destailleur
50aa674ebc
Fix support of 'help' field property. Fix bad td closing.
2018-06-13 13:36:40 +02:00
Laurent Destailleur
f4bef82bfa
Fix td not closed and js code duplicated (at wrong place)
2018-06-13 13:00:08 +02:00
Laurent Destailleur
ff002a45e0
Missing trans
2018-06-13 11:50:06 +02:00
Markus Welters
885904132c
Update llx_accounting_abc.sql
2018-06-13 09:37:12 +02:00
Papoteur
6567365086
In list of bank accounts, display the balance in formatted price
...
[Problem to solve]
in compta/bank/list.php, the balance can be displayed witht decimal or not. This is not fine.
[Solution]
Change a parameter in the price function to format the balance with the required number of decimals.
2018-06-13 08:39:26 +02:00
Laurent Destailleur
b1986a8d2e
Fix trans
2018-06-12 19:22:28 +02:00
fappels
a86c90fed1
Fix Wrong error for duplicate ref if barcode enabled but not set.
2018-06-12 16:38:42 +02:00
Marc de Lima Lucio
e992187f4c
FIX: handle sortorder on multiple columns + potential SQL field mismatch
2018-06-12 16:00:16 +02:00
atm-greg
d14f40f722
add product units management in supplier proposal documents
2018-06-12 14:36:32 +02:00
Laurent Destailleur
4313e41580
Start to fix pb with 3DS
2018-06-12 13:47:28 +02:00
Günter Lukas
fcbf50467e
Update user.class.php
2018-06-12 09:52:55 +02:00
Günter Lukas
3c42a282f5
Fix for Bug #8946
...
Add element fields to class user
2018-06-12 09:48:03 +02:00
Günter Lukas
ce44d90ed3
Merge pull request #2 from Dolibarr/develop
...
Refresh
2018-06-12 09:43:50 +02:00
Abbes Bahfir
2f759e0c18
Fix: Do not activate module if errors on module SQL queries execution
2018-06-12 00:43:01 +01:00
Abbes Bahfir
74d92dd91f
New: Optiopn to see line numbers in modules page
2018-06-11 23:10:40 +01:00
Laurent Destailleur
94919d6e99
Translation
2018-06-11 15:17:05 +02:00
Laurent Destailleur
5ae1395acd
Fix js when no data
2018-06-11 14:22:01 +02:00
Laurent Destailleur
1d7d16649a
Code comment
2018-06-11 12:31:26 +02:00
Laurent Destailleur
d6a84b0685
FIX Sync third party change to Stripe only if we change Stripe data
2018-06-11 11:47:10 +02:00
Laurent Destailleur
eb8d67483b
Fix message error
2018-06-11 10:40:57 +02:00
Laurent Destailleur
b5586af56e
Fix js error
2018-06-11 10:38:04 +02:00