Skip to content

Commit 7364dd4

Browse files
author
Carlos Garcia
committed
Renombrado el botón de diario a imprimir, en las subcuentas.
1 parent c193e6c commit 7364dd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Core/Controller/EditSubcuenta.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* This file is part of FacturaScripts
4-
* Copyright (C) 2017-2025 Carlos Garcia Gomez <carlos@facturascripts.com>
4+
* Copyright (C) 2017-2026 Carlos Garcia Gomez <carlos@facturascripts.com>
55
*
66
* This program is free software: you can redistribute it and/or modify
77
* it under the terms of the GNU Lesser General Public License as
@@ -210,8 +210,8 @@ protected function loadData($viewName, $view)
210210
$this->addButton($mainViewName, [
211211
'action' => 'ledger',
212212
'color' => 'info',
213-
'icon' => 'fa-solid fa-book fa-fw',
214-
'label' => 'ledger',
213+
'icon' => 'fa-solid fa-print fa-fw',
214+
'label' => 'print',
215215
'type' => 'modal'
216216
]);
217217
$this->setLedgerReportExportOptions($mainViewName);

Core/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public static function unlock(string $processName): bool
245245

246246
public static function version(): float
247247
{
248-
return 2025.9;
248+
return 2025.91;
249249
}
250250

251251
private static function checkControllerClass(string $controller): array

0 commit comments

Comments
 (0)