zapier for dolibarr

This commit is contained in:
Frédéric FRANCE 2019-05-19 21:49:34 +02:00
parent 872800f604
commit 08b1f123b0
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
{
"name": "Dolibarr",
"version": "1.0.2",
"version": "1.0.0",
"description": "An app for connecting Dolibarr to the Zapier platform.",
"repository": "frederic34/ZapierForDolibarr",
"homepage": "https://netlogic-dev.fr/",
"author": "Frédéric France <fred@fredericfrance.fr>",
"repository": "Dolibarr/dolibarr",
"homepage": "https://www.dolibarr.fr/",
"author": "Frédéric France <frederic.france@netlogic.fr>",
"license": "BSD-3-Clause",
"main": "index.js",
"scripts": {

View File

@ -111,7 +111,7 @@ class Hook extends CommonObject
'visible' => -2,
'notnull' => 1,
'position' => 510,
'foreignkey' => (MAIN_DB_PREFIX.'user.rowid'),
'foreignkey' => 'llx_user.rowid',
),
'url' => array(
'type' => 'varchar(255)',