Skip to content

Commit 39b58a6

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c0a3ac6 + 8b09637 commit 39b58a6

40 files changed

Lines changed: 40 additions & 40 deletions

Core/Controller/ConfigEmail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* Controller to edit main settings
3131
*
32-
* @author Daniel Fernández Giménez <hola@danielfg.es>
32+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
3333
* @author Carlos Garcia Gomez <carlos@facturascripts.com>
3434
*/
3535
class ConfigEmail extends PanelController

Core/Controller/EditAgente.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
*
3333
* @author Carlos Garcia Gomez <carlos@facturascripts.com>
3434
* @author Jose Antonio Cuello Principal <yopli2000@gmail.com>
35-
* @collaborator Daniel Fernández Giménez <hola@danielfg.es>
35+
* @collaborator Daniel Fernández Giménez <contacto@danielfg.es>
3636
*/
3737
class EditAgente extends ComercialContactController
3838
{

Core/Controller/EditCliente.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* @author Carlos García Gómez <carlos@facturascripts.com>
4242
* @author Jose Antonio Cuello Principal <yopli2000@gmail.com>
4343
* @author Fco. Antonio Moreno Pérez <famphuelva@gmail.com>
44-
* @collaborator Daniel Fernández Giménez <hola@danielfg.es>
44+
* @collaborator Daniel Fernández Giménez <contacto@danielfg.es>
4545
*/
4646
class EditCliente extends ComercialContactController
4747
{

Core/Controller/EditEmailSent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @author Raul <raljopa@gmail.com>
3232
* @author Carlos García Gómez <carlos@facturascripts.com>
33-
* @author Daniel Fernández Giménez <hola@danielfg.es>
33+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
3434
*/
3535
class EditEmailSent extends EditController
3636
{

Core/Controller/EditEmpresa.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
*
3131
* @author Carlos García Gómez <carlos@facturascripts.com>
3232
* @author Jose Antonio Cuello Principal <yopli2000@gmail.com>
33-
* @author Daniel Fernández Giménez <hola@danielfg.es>
33+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
3434
*/
3535
class EditEmpresa extends EditController
3636
{

Core/Controller/EditProveedor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @author Nazca Networks <comercial@nazcanetworks.com>
3535
* @author Fco. Antonio Moreno Pérez <famphuelva@gmail.com>
3636
* @author Carlos García Gómez <carlos@facturascripts.com>
37-
* @collaborator Daniel Fernández Giménez <hola@danielfg.es>
37+
* @collaborator Daniel Fernández Giménez <contacto@danielfg.es>
3838
*/
3939
class EditProveedor extends ComercialContactController
4040
{

Core/Html.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* Una clase para renderizar plantillas HTML con Twig.
4040
*
4141
* @author Carlos García Gómez <carlos@facturascripts.com>
42-
* @author Daniel Fernández Giménez <hola@danielfg.es>
42+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
4343
*/
4444
final class Html
4545
{

Core/Lib/Accounting/AccountingPlanImport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @author Carlos García Gómez <carlos@facturascripts.com>
3838
* @author Raul Jimenez <comercial@nazcanetworks.com>
39-
* @collaborator Daniel Fernández Giménez <hola@danielfg.es>
39+
* @collaborator Daniel Fernández Giménez <contacto@danielfg.es>
4040
*/
4141
class AccountingPlanImport
4242
{

Core/Lib/AjaxForms/CommonSalesPurchases.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* Description of CommonSalesPurchases
3737
*
3838
* @author Carlos Garcia Gomez <carlos@facturascripts.com>
39-
* @author Daniel Fernández Giménez <hola@danielfg.es>
39+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
4040
*/
4141
trait CommonSalesPurchases
4242
{

Core/Lib/AjaxForms/PurchasesFooterHTML.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author Carlos Garcia Gomez <carlos@facturascripts.com>
3030
* @author Jose Antonio Cuello Principal <yopli2000@gmail.com>
31-
* @author Daniel Fernández Giménez <hola@danielfg.es>
31+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
3232
*/
3333
class PurchasesFooterHTML
3434
{

0 commit comments

Comments
 (0)