-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of [email protected]:Dolibarr/dolibarr.git into d…
…evelop
- Loading branch information
Showing
3 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/* Copyright (C) 2017-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2018-2024 Frédéric France <[email protected]> | ||
* Copyright (C) 2018-2025 Frédéric France <[email protected]> | ||
* Copyright (C) 2023 Laurent Destailleur <[email protected]> | ||
* Copyright (C) 2023 Joachim Kueter <[email protected]> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
|
@@ -739,7 +739,7 @@ function setPaymentType() | |
} else { | ||
$bankaccountnotfound = 1; | ||
|
||
print '<span class="opacitymedium">'.$langs->trans("NoRecordfound").'</span>'; | ||
print '<span class="opacitymedium">'.$langs->trans("NoRecordFound").'</span>'; | ||
} | ||
print '</td>'; | ||
print '</tr>'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters