From a3713bc088c226c1415ec385fc578829c3e7c887 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 24 Jun 2024 03:39:54 +0000 Subject: [PATCH] Add reference to PR --- inventree_kicad/KiCadLibraryPlugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventree_kicad/KiCadLibraryPlugin.py b/inventree_kicad/KiCadLibraryPlugin.py index bd342dd..2763b9a 100644 --- a/inventree_kicad/KiCadLibraryPlugin.py +++ b/inventree_kicad/KiCadLibraryPlugin.py @@ -367,6 +367,8 @@ def add_attachment(self, part_id, link): """Add an external link as an attachment for the part. Note: We support the 'legacy' and 'modern' attachment tables. + + Ref: https://github.com/inventree/InvenTree/pull/7420 """ # First, try the 'modern' attachment table