jshint
This commit is contained in:
parent
d37dd4ed3c
commit
638362f373
@ -1,3 +1,4 @@
|
|||||||
|
/*jshint esversion: 6 */
|
||||||
const testAuth = (z , bundle) => {
|
const testAuth = (z , bundle) => {
|
||||||
const url = bundle.authData.url+'/api/index.php/login';
|
const url = bundle.authData.url+'/api/index.php/login';
|
||||||
// Normally you want to make a request to an endpoint that is either specifically designed to test auth, or one that
|
// Normally you want to make a request to an endpoint that is either specifically designed to test auth, or one that
|
||||||
|
|||||||
@ -8,9 +8,15 @@ const createThirdparty = async (z, bundle) => {
|
|||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
name: bundle.inputData.name,
|
name: bundle.inputData.name,
|
||||||
name_alias: bundle.inputData.name_alias,
|
name_alias: bundle.inputData.name_alias,
|
||||||
|
ref_ext: bundle.inputData.ref_ext,
|
||||||
|
ref_int: bundle.inputData.ref_int,
|
||||||
address: bundle.inputData.address,
|
address: bundle.inputData.address,
|
||||||
zip: bundle.inputData.zip,
|
zip: bundle.inputData.zip,
|
||||||
town: bundle.inputData.town,
|
town: bundle.inputData.town,
|
||||||
|
country_code: bundle.inputData.country_code,
|
||||||
|
country_id: bundle.inputData.country_id,
|
||||||
|
country: bundle.inputData.country,
|
||||||
|
phone: bundle.inputData.phone,
|
||||||
email: bundle.inputData.email,
|
email: bundle.inputData.email,
|
||||||
client: bundle.inputData.client,
|
client: bundle.inputData.client,
|
||||||
fournisseur: bundle.inputData.fournisseur,
|
fournisseur: bundle.inputData.fournisseur,
|
||||||
@ -80,4 +86,4 @@ module.exports = {
|
|||||||
{key: 'code_fournisseur', label: 'Supplier code'}
|
{key: 'code_fournisseur', label: 'Supplier code'}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user