Update card.php

This commit is contained in:
Laurent Destailleur 2021-11-05 13:11:54 +01:00 committed by GitHub
parent 02200b9810
commit bc7b035846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
<?php
<?phpf
/* Copyright (C) 2002-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004-2020 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2004 Christophe Combelles <ccomb@free.fr>
@ -2725,7 +2725,7 @@ if ($action == 'create') {
$facusing->fetch($object->fk_facture_source);
print ' ('.$langs->transnoentities("CorrectInvoice", $facusing->getNomUrl(1)).')';
} else {
print ' ('.$langs->transnoentities("CorrectInvoiceNotFound").')';
print ' ('.$langs->transnoentities("CorrectedInvoiceNotFound").')';
}
}