This commit is contained in:
Frédéric FRANCE 2019-12-12 08:17:14 +01:00
parent f30d1394dd
commit 9357bfd98e
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1
8 changed files with 17 additions and 17 deletions

View File

@ -17,7 +17,7 @@
*/
/**
* \file htdocs/compta/bank/various_expenses/card.php
* \file htdocs/compta/bank/various_payment/card.php
* \ingroup bank
* \brief Page of various expenses
*/

View File

@ -2,7 +2,7 @@
/* Copyright (C) 2003-2007 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@inodbox.com>
* Copyright (C) 2015 Frederic France <frederic.france@free.fr>
* Copyright (C) 2015-2019 Frederic France <frederic.france@netlogic.fr>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@ -19,7 +19,7 @@
*/
/**
* \file htdocs/core/boxes/box_adherent_birthdays.php
* \file htdocs/core/boxes/box_birthdays_members.php
* \ingroup member
* \brief Box for member birthdays
*/

View File

@ -19,7 +19,7 @@
*/
/**
* \file core/boxes/box_ticket_latest.php
* \file htdocs/core/boxes/box_last_ticket.php
* \ingroup ticket
* \brief This box shows latest created tickets
*/

View File

@ -19,7 +19,7 @@
*/
/**
* \file htdocs/core/boxes/box_activite.php
* \file htdocs/core/boxes/box_project.php
* \ingroup projet
* \brief Module to show Projet activity of the current Year
*/

View File

@ -17,7 +17,7 @@
*/
/**
* \file htdocs/core/ajax/fileupload.class.php
* \file htdocs/core/class/fileupload.class.php
* \brief File to return Ajax response on file upload
*/

View File

@ -18,7 +18,7 @@
*/
/**
* \file htdocs/core/class/WorkboardResponse.class.php
* \file htdocs/core/class/workboardresponse.class.php
* \brief Class that represents response of load_board functions
*/

View File

@ -252,7 +252,7 @@ class Product extends CommonObject
/**
* Customs code
*
* @var
* @var string
*/
public $customcode;

View File

@ -263,15 +263,15 @@ class ZapierApi extends DolibarrApi
);
}
/**
* Update hook
*
* @param int $id Id of hook to update
* @param array $request_data Datas
* @return int
*
* @url PUT /hooks/{id}
*/
// /**
// * Update hook
// *
// * @param int $id Id of hook to update
// * @param array $request_data Datas
// * @return int
// *
// * @url PUT /hooks/{id}
// */
/*public function put($id, $request_data = null)
{
if (! DolibarrApiAccess::$user->rights->zapier->write) {