Laurent Destailleur
30856d5b18
FIX Relative discount with high nb of decimals
2021-09-08 22:09:02 +02:00
Christian Foellmann
c3f1ecb981
fix GET parameter on redirect
2021-09-06 09:14:19 +02:00
Laurent Destailleur
ee066ad725
Cast sql var
2021-09-03 21:25:43 +02:00
Laurent Destailleur
c4621f0433
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/filefunc.inc.php
2021-09-03 18:04:14 +02:00
Laurent Destailleur
2e3b6b2fc8
Backport sql injection fix from develop
2021-09-03 18:00:28 +02:00
Laurent Destailleur
77e9f15360
Work on #18448
2021-09-02 22:52:17 +02:00
Laurent Destailleur
b04ea59a51
More sql sanitizing
2021-09-02 13:58:42 +02:00
Laurent Destailleur
8600d8d00d
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-09-01 22:50:06 +02:00
Laurent Destailleur
a7b0a837d4
Fix cancel button must be named "$cancel" everywhere.
2021-09-01 18:46:06 +02:00
Laurent Destailleur
f0a68d728a
Merge pull request #18548 from henrynopo/patch-17
...
Fix error of SUPPLIER_INVOICE_ALLOW_REUSE_OF_CREDIT_WHEN_PARTIALLY_REFUNDED
2021-09-01 18:17:37 +02:00
Laurent Destailleur
c4acfe5fc0
Merge pull request #18577 from Givriz/dev_2
...
Compatibility phpv8
2021-09-01 18:06:06 +02:00
Laurent Destailleur
38c0e93285
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/adherents/card.php
htdocs/core/class/commonobjectline.class.php
htdocs/core/triggers/interface_20_modWorkflow_WorkflowManager.class.php
htdocs/public/project/index.php
2021-09-01 17:52:04 +02:00
Givriz
688d217bed
Compatibility phpv8
2021-09-01 16:39:28 +02:00
Vincent Dieltiens
2bad48bdcc
FournisseurCommandDispatch extends CommonObjectLine instead of CommonObject
2021-09-01 16:25:29 +02:00
Laurent Destailleur
0aa4868c34
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
2021-08-31 13:14:01 +02:00
henrynopo
7bf6daaca7
Update card.php
2021-08-30 15:33:26 +08:00
Laurent Destailleur
feb2e71f0c
Fix regression
2021-08-28 18:59:12 +02:00
Laurent Destailleur
8ab9c96b7e
Fix 0 insert instead of null
2021-08-28 18:56:48 +02:00
Laurent Destailleur
e2eaa9b46e
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-08-28 18:54:48 +02:00
Laurent Destailleur
5f08ed84f8
Fix 0 insert instead of null
2021-08-28 18:53:57 +02:00
Laurent Destailleur
97ee69e88f
Fix 0 insert instead of null
2021-08-28 18:52:43 +02:00
Laurent Destailleur
fb8723d884
Merge pull request #18487 from cfoellmann/PR/fix-remaining-buttons
...
replace remaining SubmitCancel buttons
2021-08-28 18:39:06 +02:00
Laurent Destailleur
978511e127
Update fournisseur.facture.class.php
...
Conflicts:
htdocs/fourn/class/fournisseur.facture.class.php
2021-08-28 17:59:45 +02:00
Laurent Destailleur
5ec286fdb7
Merge pull request #18500 from francisbesset/fix-fk_unit
...
Fix bad comparison for fk_unit to avoid always null value for all case
2021-08-28 17:57:26 +02:00
Laurent Destailleur
97064f1550
Update fournisseur.facture.class.php
2021-08-28 17:55:49 +02:00
Laurent Destailleur
301d7134b3
Merge branch 'develop' into patch-2
2021-08-28 17:37:54 +02:00
stickler-ci
63427638d8
Fixing style errors.
2021-08-28 14:54:16 +00:00
henrynopo
444786b34f
Update card.php
2021-08-28 22:52:06 +08:00
Laurent Destailleur
0db67b40a0
Merge pull request #18525 from cfoellmann/PR/thirdparty-links
...
change links for thirdparty to target the type customer|supplier tab
2021-08-28 15:27:13 +02:00
BENKE Charlene
afb8a86aff
Clean code (line in double)
2021-08-28 14:14:48 +02:00
Laurent Destailleur
3d72a21396
Clean code
2021-08-28 03:09:41 +02:00
Laurent Destailleur
29abbbe2fb
Clean code
2021-08-28 01:45:53 +02:00
Laurent Destailleur
51a4d7630f
Clean code
2021-08-28 00:56:37 +02:00
Laurent Destailleur
2dd91bf312
Clean code
2021-08-27 23:36:06 +02:00
Laurent Destailleur
46d993c9a6
Clean code
2021-08-27 22:42:04 +02:00
Laurent Destailleur
3b6559b1a6
Clean code by adding cast int.
2021-08-27 18:53:45 +02:00
Laurent Destailleur
2f225ee7e5
Clean code by adding cast int.
2021-08-27 16:33:03 +02:00
Christian Foellmann
9752501ef6
change links for thirdparty to target the type customer|supplier tab
2021-08-27 15:32:53 +02:00
Christian Foellmann
9914ebe90b
add missing actions to admin page
2021-08-27 10:21:02 +02:00
henrynopo
054b466e0a
Update card.php
2021-08-26 09:40:44 +08:00
Francis Besset
22ec43f4a3
Fix bad comparison for fk_unit to avoid always null value for all case
2021-08-25 13:46:18 +02:00
Christian Foellmann
f094b4c70c
fix up most of the remaining submit inputs
2021-08-24 17:04:17 +02:00
Laurent Destailleur
90c12ae340
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
2021-08-24 16:37:42 +02:00
Laurent Destailleur
07ab352877
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into develop
...
Conflicts:
htdocs/compta/facture/list.php
2021-08-24 16:37:18 +02:00
Laurent Destailleur
76c3f10842
Merge pull request #18438 from aspangaro/15a4
...
NEW Supplier order - Add From/to input on search date
2021-08-24 15:53:15 +02:00
Laurent Destailleur
1c665c34cd
Merge pull request #18485 from fappels/14_fix_supplier_order_card
...
Fix warning on supplier order card when reception enabled.
2021-08-24 15:31:05 +02:00
Laurent Destailleur
22339a3ed3
Merge pull request #18451 from cfoellmann/PR/form-buttons-function
...
improve forms - buttonsSaveCreate()
2021-08-24 15:26:03 +02:00
henrynopo
73c0471ead
Fix error of supplier invoice (variable amount)
...
This update fixed the coding error for addline of deposit invoice for variable amount.
In addition, there is no invoice template for supplier invoice, so I also corrected the respective description.
2021-08-24 15:12:15 +02:00
Laurent Destailleur
c3fe1bfdc0
Merge pull request #18459 from henrynopo/patch-9
...
Fix error of supplier invoice (variable amount)
2021-08-24 15:09:53 +02:00
Laurent Destailleur
67baa48c16
Merge branch '14.0' of git@github.com:Dolibarr/dolibarr.git into 14.0
...
Conflicts:
htdocs/fourn/facture/list.php
2021-08-24 14:56:13 +02:00