Merge pull request #12936 from mapiolca/patch-25

Add un specific link to late invoices
This commit is contained in:
Laurent Destailleur 2020-01-28 02:54:12 +01:00 committed by GitHub
commit c0aa712ad0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3902,6 +3902,7 @@ class Facture extends CommonInvoice
if ($generic_facture->hasDelay()) {
$response->nbtodolate++;
$response->url_late=DOL_URL_ROOT.'/compta/facture/list.php?search_option=late&mainmenu=billing&leftmenu=customers_bills';
}
}