From dfe69ef1f50f8e9570f93bef754ecd02e5dabeac Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Thu, 10 Apr 2025 20:42:43 +0200 Subject: [PATCH] Debug v22 --- htdocs/accountancy/bookkeeping/card.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/accountancy/bookkeeping/card.php b/htdocs/accountancy/bookkeeping/card.php index a62e4d82d9f..3772d0ffe06 100644 --- a/htdocs/accountancy/bookkeeping/card.php +++ b/htdocs/accountancy/bookkeeping/card.php @@ -563,6 +563,7 @@ if ($action == 'create') { //$object->label = $object->doc_ref; if ($mode == '_tmp') { $object->context['mode'] = $mode; + $object->next_prev_filter = '1=0'; // Add a test always false to disable navigation into the dol_banner_tab. In tmp mode, we just want to create/edit lines of bank transaction. } $object->label = $object->ref;