mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fix label of invoice
This commit is contained in:
parent
7bbb603859
commit
00642ffb48
|
|
@ -189,7 +189,7 @@ function invoice_rec_prepare_head($object)
|
|||
$head = array();
|
||||
|
||||
$head[$h][0] = DOL_URL_ROOT.'/compta/facture/card-rec.php?id='.$object->id;
|
||||
$head[$h][1] = $langs->trans("CardBill");
|
||||
$head[$h][1] = $langs->trans("RepeatableInvoice");
|
||||
$head[$h][2] = 'card';
|
||||
$h++;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user