From 3401d531b605b7177c1e6023fcd88d2ae4091c10 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 16 Nov 2020 20:03:38 +0000 Subject: [PATCH] feat: Will need a custom field in fixture --- justworks_erpnext/hooks.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/justworks_erpnext/hooks.py b/justworks_erpnext/hooks.py index 12cbfb0..e035308 100644 --- a/justworks_erpnext/hooks.py +++ b/justworks_erpnext/hooks.py @@ -11,6 +11,8 @@ app_color = "aqua" app_email = "code@studioinfinity.org" app_license = "GNU General Public License (v3)" +fixtures = ['Custom Field'] + # Includes in # ------------------