--- /private/tmp/claude-501/-Users-josema3-OPS/46273fc8-4251-483a-abb0-07885d3163b2/scratchpad/ops_orig/core/modules/modEInvoicing.class.php 2026-09-03 18:38:10 +++ /private/tmp/claude-501/-Users-josema3-OPS/46273fc8-4251-483a-abb0-07885d3163b2/scratchpad/einv_dev/core/modules/modEInvoicing.class.php 2026-09-04 08:10:52 @@ -4,6 +4,7 @@ * Copyright (C) 2019-2026 Frédéric France * Copyright (C) 2025 SuperAdmin * Copyright (C) 2026 MDW + * Copyright (C) 2026 Jose Martinez * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -434,6 +435,23 @@ 'object' => '', ); /* END MODULEBUILDER LEFTMENU PDPMAPPEDVENDORREFS */ + /* BEGIN LEFTMENU PDPSYNCPENDING */ + $this->menu[$r++] = array( + 'fk_menu' => 'fk_mainmenu=billing,fk_leftmenu=einvoicing_documents', + 'type' => 'left', + 'titre' => 'EInvoiceSyncPending', + 'mainmenu' => 'billing', + 'leftmenu' => 'einvoicing_sync_pending', + 'url' => '/einvoicing/sync_pending_list.php', + 'langs' => 'einvoicing@einvoicing', + 'position' => 1004, + 'enabled' => 'isModEnabled("einvoicing")', + 'perms' => '$user->hasRight("einvoicing", "read")', + 'target' => '', + 'user' => 2, + 'object' => '', + ); + /* END LEFTMENU PDPSYNCPENDING */ /* BEGIN MODULEBUILDER LEFTMENU PDPSOCIETIES */ // $this->menu[$r++] = array( // 'fk_menu' => 'fk_mainmenu=billing,fk_leftmenu=einvoicing_billing',