Commit Graph

39434 Commits

Author SHA1 Message Date
Florian Henry
0065adc298 Wrong call of show_contact into fourn/fiche.php 2013-11-13 16:37:17 +01:00
Florian Henry
a73275b9c1 Add prospect code client into prospect list 2013-11-13 13:17:32 +01:00
Florian Henry
4d0f554f33 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop 2013-11-13 13:15:56 +01:00
Laurent Destailleur
34d598d9e6 Update changelog, prepare 3.5. 2013-11-13 12:49:23 +01:00
Laurent Destailleur
87f214dad4 Remove "realtime support" page. It was not up to date. 2013-11-13 12:47:59 +01:00
Florian Henry
8fca860a2d Add status filter on contact list 2013-11-12 15:40:00 +01:00
Florian Henry
6bf2220a67 Add status filter into prospect and customer list 2013-11-12 15:22:11 +01:00
simnandez
d01a66ac9d Trad: Update es_ES 2013-11-12 12:43:26 +01:00
simnandez
3c097f34b8 Trad: Update es_ES 2013-11-12 12:35:45 +01:00
simnandez
84d6c96d79 Trad: Update es_ES 2013-11-12 10:55:27 +01:00
simnandez
058578c5b3 Trad: Fix bad source file 2013-11-12 10:19:12 +01:00
simnandez
3af6f683d9 Trad: Update admin.lang es_ES 2013-11-12 10:16:52 +01:00
Laurent Destailleur
2b12c492e2 Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop

Conflicts:
	htdocs/langs/fr_FR/admin.lang
	htdocs/langs/fr_FR/companies.lang
2013-11-11 22:29:54 +01:00
Laurent Destailleur
0ed2f4b891 Trans: Add usbek language 2013-11-11 22:25:32 +01:00
Florian Henry
a76d5f8a1d Fix getNomURL societe 2013-11-11 16:29:35 +01:00
Florian Henry
d04f5c3148 Merge branch 'develop' of https://github.com/Dolibarr/dolibarr.git into develop 2013-11-11 16:24:10 +01:00
Florian Henry
53f01685e3 Display customer code (according setting) into list 2013-11-11 16:23:11 +01:00
Laurent Destailleur
b549f62e1d Merge pull request #1294 from aspangaro/develop
Fix for document cerfa into module Don
2013-11-10 14:59:16 -08:00
Laurent Destailleur
b3eec934b8 Merge pull request #1290 from atm-maxime/develop
Fix : SQL error on margin page
2013-11-10 14:57:42 -08:00
aspangaro
86a2da31b4 Fix for document cerfa into module Don 2013-11-10 06:52:20 +01:00
aspangaro
6b6467b86c Merge branch 'upstream/develop' 2013-11-10 06:50:21 +01:00
Laurent Destailleur
665f4ac83a Merge pull request #1289 from GPCsolutions/35b-review
35b review
2013-11-09 16:17:47 -08:00
Laurent Destailleur
18b55d5503 Merge pull request #1288 from GPCsolutions/35b-missingtable
Removed unused tables from installer
2013-11-09 16:11:31 -08:00
Laurent Destailleur
7633e46ee2 Merge pull request #1291 from defrance69/patch-18
Update societe.class.php
2013-11-09 16:09:23 -08:00
Laurent Destailleur
238b483ad8 Merge pull request #1287 from aspangaro/develop
Update Skype module
2013-11-09 16:07:23 -08:00
Laurent Destailleur
d5028e3316 Add sk and lv language 2013-11-09 15:06:48 +01:00
Laurent Destailleur
4d664fee3a Add latvian and slovakian language 2013-11-09 14:11:29 +01:00
aspangaro
bb69fcf0d7 Fix for language 2013-11-09 07:00:59 +01:00
Maxime Kohlhaas
2b74f03eb6 Fix : column name changed 2013-11-08 16:24:03 +01:00
Raphaël Doursenaud
594781ec62 Codestyle 2013-11-08 15:31:22 +01:00
Raphaël Doursenaud
2b29f45a43 Added class members that where declared dynamically 2013-11-08 14:42:42 +01:00
Raphaël Doursenaud
1fc2e495ba Moved unreachable statement 2013-11-08 14:42:28 +01:00
Maxime Kohlhaas
1c6edf2d03 Fix : error in replenish SQL 2013-11-08 14:07:11 +01:00
BENKE Charles
150118245f Update societe.class.php
wrong name of outstandingbill function
2013-11-08 13:58:48 +01:00
Maxime Kohlhaas
6d41500136 Fix : SQL error on margin page 2013-11-08 10:08:01 +01:00
Raphaël Doursenaud
b6eecb0394 Developer documentation fix 2013-11-07 22:14:43 +01:00
Raphaël Doursenaud
9faa832560 Wrong var 2013-11-07 22:11:43 +01:00
Raphaël Doursenaud
9be462e43c Text is not a type, let's use string 2013-11-07 21:48:46 +01:00
Raphaël Doursenaud
8e1fd7a083 PHP doesn't know reals, use float 2013-11-07 21:48:46 +01:00
Raphaël Doursenaud
9746702d78 FTP connections are resources
Avoid declaring it as int
2013-11-07 21:48:45 +01:00
Raphaël Doursenaud
e514b50d7e Typo fix 2013-11-07 21:48:45 +01:00
Raphaël Doursenaud
c845124b92 Object type is lowercase 2013-11-07 21:47:13 +01:00
Raphaël Doursenaud
01ea84a917 Static members are not always strings
Update method documentation to reflect the mixed type expected
2013-11-07 21:47:13 +01:00
Raphaël Doursenaud
d5ab0723ba Timestamp is not a type
Timestamps are integers so let's document this correctly
2013-11-07 21:47:13 +01:00
Raphaël Doursenaud
74f83b235a Typecasting
The GETPOST method returns string, let's make the typecast explicit.
2013-11-07 21:05:39 +01:00
Raphaël Doursenaud
fa43476890 Fixed methods description
These methods were declared void but actually returns values. Added proper documentation.
2013-11-07 21:02:50 +01:00
Raphaël Doursenaud
9e0f8c5f57 Method is void, let's not print void 2013-11-07 21:02:21 +01:00
Raphaël Doursenaud
8907c9944d Assigments in conditions is often considered bad practice
So let's put a comment, just in case
2013-11-07 20:51:30 +01:00
Raphaël Doursenaud
638764f86d Moved unreachable statement to conditions 2013-11-07 20:38:06 +01:00
Raphaël Doursenaud
1f6cccc3dc Removed return from void function
The function is declared void and the return value was not used anywhere
2013-11-07 20:35:02 +01:00