Laurent Destailleur
|
4b9d1b901b
|
Fix: [ bug #1401 ] Problème avec la génération des codes barres
|
2014-05-25 17:14:33 +02:00 |
|
Laurent Destailleur
|
8e7b310fb6
|
Fix: [ bug #1400 ] Silent Warning create a draft invoice
|
2014-05-25 05:01:14 +02:00 |
|
Laurent Destailleur
|
44ebaf45cf
|
Fix: favicon must use dol_buildpath and not hardcoded path
|
2014-05-24 18:21:05 +02:00 |
|
Laurent Destailleur
|
3f96632e02
|
Fix: CRLF
|
2014-05-21 20:34:52 +02:00 |
|
Laurent Destailleur
|
94335b186e
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
htdocs/core/modules/propale/mod_propale_marbre.php
|
2014-05-21 20:30:07 +02:00 |
|
Laurent Destailleur
|
4a7e9e4d0b
|
Fix: CRLF
|
2014-05-21 19:54:40 +02:00 |
|
Laurent Destailleur
|
366bd64c4f
|
Fix: When number reach 9999 with default numbering module, next number
will be 10000 instead of 0000 and error.
|
2014-05-21 19:44:53 +02:00 |
|
Laurent Destailleur
|
544bd27700
|
Merge pull request #1611 from guerinaxel/patch-3
Correcting log use for commonobject.class.php
|
2014-05-19 16:12:20 +02:00 |
|
Laurent Destailleur
|
ff46adf284
|
Merge pull request #1607 from GPCsolutions/3.6b-review
3.6b review
|
2014-05-19 16:07:49 +02:00 |
|
guerinaxel
|
1dbcd215b8
|
Correcting log use for commonobject.class.php
Correcting dol_syslog use which had 3 parameters instead of 2.
|
2014-05-19 15:54:43 +02:00 |
|
Laurent Destailleur
|
e09cc127fd
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2014-05-19 15:10:46 +02:00 |
|
Raphaël Doursenaud
|
00162cc93d
|
Members: fixed typo
|
2014-05-19 14:38:26 +02:00 |
|
Raphaël Doursenaud
|
c83a0309b1
|
Barcode: fixed wrong menu
|
2014-05-19 14:38:26 +02:00 |
|
Raphaël Doursenaud
|
13cb2e478f
|
Contracts module configuration: missing translation string
|
2014-05-19 14:37:30 +02:00 |
|
Laurent Destailleur
|
b7f55ea99c
|
Merge remote-tracking branch 'origin/3.5' into develop
Conflicts:
htdocs/compta/facture.php
htdocs/core/modules/modAgenda.class.php
htdocs/core/modules/modProduct.class.php
htdocs/fourn/commande/liste.php
|
2014-05-18 11:52:52 +02:00 |
|
Laurent Destailleur
|
00dd7db75e
|
Fix: Miscellaneous fixes into emailing target selectors (missing field
name, missing translation, sql syntax error, missing fiels other)
|
2014-05-17 19:43:22 +02:00 |
|
Laurent Destailleur
|
eec5d6d313
|
Fix: Error management of mass email feature
|
2014-05-17 19:02:47 +02:00 |
|
Laurent Destailleur
|
f7d1e93136
|
Move module to status development
|
2014-05-14 12:27:09 +02:00 |
|
Laurent Destailleur
|
15796ec592
|
Fix: checkstyle errors
|
2014-05-14 12:19:45 +02:00 |
|
Laurent Destailleur
|
0027dc30f5
|
Fix: Modules into core should never, by definition, activate hooks
(hooks are architecture solution for external module)
|
2014-05-14 12:14:18 +02:00 |
|
Laurent Destailleur
|
b3b7da8f08
|
Merge pull request #1595 from FHenry/develop
Add showempty into combobox
|
2014-05-14 11:46:35 +02:00 |
|
Laurent Destailleur
|
4a347236ee
|
Merge pull request #1594 from atm-alexis/develop
Add detailled view in supplier order as in customer order
|
2014-05-14 11:40:49 +02:00 |
|
Laurent Destailleur
|
757d92a318
|
Merge pull request #1589 from aternatik/resource_core
Core integration of resource module
|
2014-05-14 11:25:25 +02:00 |
|
Florian HENRY
|
1f1a9e46fd
|
Fix warning
|
2014-05-13 19:12:14 +02:00 |
|
Florian HENRY
|
a421d9f60f
|
Fix notice pgsql method
|
2014-05-13 18:54:57 +02:00 |
|
Florian HENRY
|
8274b49fc1
|
Avoid notice during PGSQL installation
$unescapeslashquot
|
2014-05-13 18:50:35 +02:00 |
|
Laurent Destailleur
|
f621f7eb32
|
Fix: The rounding mode is now forced when provided explicitly and no
more by default (we keep data intact when no mode provided).
|
2014-05-13 13:22:29 +02:00 |
|
Florian HENRY
|
b6f091926f
|
Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into develop
|
2014-05-13 11:40:39 +02:00 |
|
Florian HENRY
|
d2e2dabf26
|
Add showempty into combobox
|
2014-05-13 11:40:19 +02:00 |
|
Laurent Destailleur
|
f918ae7e4f
|
Decrease log level for disabled trigger
|
2014-05-13 10:36:01 +02:00 |
|
Laurent Destailleur
|
69eaefc459
|
Fix: The way we tested if a ref/id already exists was wrong. Introduce a
common static method for this. Removed verifNumRef method.
Fix: Add missing logs
|
2014-05-13 10:12:45 +02:00 |
|
Laurent Destailleur
|
18848eaf74
|
Clean forms
|
2014-05-12 13:25:36 +02:00 |
|
Laurent Destailleur
|
5fa05ee29d
|
Start to clean code of templates to input lines
|
2014-05-12 12:53:10 +02:00 |
|
Alexis Algoud
|
197ff1a653
|
Add detailled view in supplier order as in customer order
|
2014-05-12 12:10:53 +02:00 |
|
Laurent Destailleur
|
64f8dcf131
|
Fix: Bad syntax of vars
|
2014-05-12 12:10:52 +02:00 |
|
Laurent Destailleur
|
5f0c4dbe48
|
Fix: TCPDF error file not found in member card generation
|
2014-05-12 10:07:57 +02:00 |
|
Laurent Destailleur
|
bb4eed0a1e
|
Merge pull request #1591 from defrance69/patch-9
Update commonobject.class.php
|
2014-05-12 01:56:39 +02:00 |
|
Laurent Destailleur
|
6b1bdf9913
|
Merge pull request #1587 from aternatik/odt_thirdpartycontact
Fix : bad call of extrafields into contact substitution
|
2014-05-12 01:53:41 +02:00 |
|
BENKE Charles
|
8c8c641411
|
Update commonobject.class.php
$objecttype == 'order_supplier' already tested on the previous else if
|
2014-05-11 23:19:18 +02:00 |
|
Laurent Destailleur
|
8428caf8fb
|
List cleaner
|
2014-05-11 21:59:35 +02:00 |
|
Laurent Destailleur
|
d4534f4a0b
|
Fix: [ bug #1384 ] Wrong name for import products and product prices
|
2014-05-11 17:52:16 +02:00 |
|
Marcos García de La Fuente
|
7b05944530
|
Corrected strings not translated and typos in English language
|
2014-05-11 13:14:45 +02:00 |
|
jfefe
|
04161084cf
|
Fix : missing method to delete linked resource
|
2014-05-11 12:26:57 +02:00 |
|
jfefe
|
45aa1b9136
|
Use hook for resource card
|
2014-05-11 12:11:58 +02:00 |
|
jfefe
|
12aafd219d
|
Fix : update linked resource
|
2014-05-11 10:19:38 +02:00 |
|
jfefe
|
901c083ce6
|
Fix : bad link to list into resource menu
|
2014-05-11 00:26:54 +02:00 |
|
jfefe
|
225c7ae07b
|
New : link resource with any element
With tpl system, external modules can declare resource with hook getElementResources
|
2014-05-10 22:07:54 +02:00 |
|
Jean-François Ferry
|
b3f7e9f99b
|
Fix : bad usage of this
|
2014-05-10 22:07:54 +02:00 |
|
Jean-François Ferry
|
e4962e9efd
|
Add resource card
|
2014-05-10 22:07:13 +02:00 |
|
Jean-François Ferry
|
6a9bf009f2
|
Clean code
|
2014-05-10 22:07:13 +02:00 |
|