dolibarr/htdocs/modulebuilder/template
werewolf7160 83f24e6fd2 call to createCommon() return int and not bool
with generated Object, the post request call to createCommon() in it and taht function return a int (id or -1 if error).
but the test on the returned value is a '!', that don't return false on "-1".
a post request with an sql error for example(foreign key error for my test), will always return 200 instead of 500 with the error
2021-02-06 00:21:53 +01:00
..
.tx
admin Fix bad test 2021-01-23 17:59:56 +01:00
build Move Gnu.org to https 2019-09-23 21:55:30 +02:00
class call to createCommon() return int and not bool 2021-02-06 00:21:53 +01:00
core README 2021-01-13 12:36:33 +01:00
css session_cache_limiter before starting session 2020-05-06 23:56:02 +02:00
doc
img compress png with zopflipng 2020-04-06 19:03:48 +02:00
js Scrutinizer Auto-Fixes 2020-04-10 08:59:32 +00:00
langs Move Gnu.org to https 2019-09-23 21:55:30 +02:00
lib FIX missing setup of extrafields for MO 2020-07-04 16:14:53 +02:00
scripts Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop 2020-06-24 09:59:08 +02:00
sql FIX #14530 2020-08-27 21:46:28 +02:00
test/phpunit Scrutinizer Auto-Fixes 2020-12-01 01:41:19 +00:00
.editorconfig PSR-2 Noncompliance 2020-05-01 08:13:03 +02:00
.gitattributes
.gitignore Exclude *.back 2019-10-24 11:51:24 +02:00
ChangeLog.md clean markdown 2019-12-05 20:57:43 +01:00
COPYING
modulebuilder.txt WIP Recruitment module 2020-08-06 15:55:04 +02:00
mymoduleindex.php Look and feel v13 2020-09-21 13:54:26 +02:00
myobject_agenda.php Fix picto in template 2021-01-03 22:53:04 +01:00
myobject_card.php Fixing style errors. 2021-01-04 10:57:18 +00:00
myobject_contact.php Add contact tab in default generated php files 2020-12-25 11:52:34 +01:00
myobject_document.php Fix path to files 2020-11-18 12:37:18 +01:00
myobject_list.php Fix default filter 2021-01-21 14:43:57 +01:00
myobject_note.php end of dol_fiche_end 2020-10-27 18:19:31 +01:00
README.md README 2021-01-13 12:36:33 +01:00

MYMODULE FOR DOLIBARR ERP CRM

Features

Description of the module...

Other external modules are available on Dolistore.com.

Translations

Translations can be completed manually by editing files into directories langs.

Licenses

Main code

GPLv3 or (at your option) any later version. See file COPYING for more information.

Documentation

All texts and readmes are licensed under GFDL.