Skip to content

Commit 561105c

Browse files
author
Daniel Fernández Giménez
committed
actualizado email danielfg
1 parent bbd17f5 commit 561105c

27 files changed

Lines changed: 27 additions & 27 deletions

Controller/EditReportBoard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
use FacturaScripts\Core\Where;
2424

2525
/**
26-
* @author Daniel Fernández Giménez <hola@danielfg.es>
26+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
2727
*/
2828
class EditReportBoard extends EditController
2929
{

Controller/ReportBreakdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
use FacturaScripts\Dinamic\Model\Variante;
3838

3939
/**
40-
* @author Daniel Fernández Giménez <hola@danielfg.es>
40+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
4141
*/
4242
class ReportBreakdown extends Controller
4343
{

Controller/ReportResult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
use FacturaScripts\Dinamic\Lib\Informes\SummaryResultReport;
3030

3131
/**
32-
* @author Daniel Fernández Giménez <hola@danielfg.es>
32+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
3333
*/
3434
class ReportResult extends Controller
3535
{

Controller/ReportTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use FacturaScripts\Dinamic\Model\CodeModel;
2828

2929
/**
30-
* @author Daniel Fernández Giménez <hola@danielfg.es>
30+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
3131
*/
3232
class ReportTransport extends Controller
3333
{

Controller/ReportTreasury.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
use FacturaScripts\Dinamic\Model\Subcuenta;
3030

3131
/**
32-
* @author Daniel Fernández Giménez <hola@danielfg.es>
32+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
3333
*/
3434
class ReportTreasury extends Controller
3535
{

Extension/Controller/Dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
use FacturaScripts\Dinamic\Model\ReportBoardUser;
2525

2626
/**
27-
* @author Daniel Fernández Giménez <hola@danielfg.es>
27+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
2828
*/
2929
class Dashboard
3030
{

Extension/Table/ejercicios.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
* Copyright (C) 2019-2021 Carlos García Gómez <carlos@facturascripts.com>
4-
* Author Daniel Fernández Giménez <hola@danielfg.es>
4+
* Author Daniel Fernández Giménez <contacto@danielfg.es>
55
-->
66
<table>
77
<column>

Extension/XMLView/EditEjercicio.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
* Copyright (C) 2019-2021 Carlos García Gómez <carlos@facturascripts.com>
4-
* Author Daniel Fernández Giménez <hola@danielfg.es>
4+
* Author Daniel Fernández Giménez <contacto@danielfg.es>
55
-->
66
<view>
77
<columns>

Lib/Informes/AccountResultReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* @author Carlos García Gómez <carlos@facturascripts.com>
26-
* @author Daniel Fernández Giménez <hola@danielfg.es>
26+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
2727
*/
2828
class AccountResultReport extends ResultReport
2929
{

Lib/Informes/FamilyResultReport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
/**
2525
* @author Carlos García Gómez <carlos@facturascripts.com>
26-
* @author Daniel Fernández Giménez <hola@danielfg.es>
26+
* @author Daniel Fernández Giménez <contacto@danielfg.es>
2727
*/
2828
class FamilyResultReport extends ResultReport
2929
{

0 commit comments

Comments
 (0)