From 6d0412fde8838e99a290f372a5ff17e1772844d3 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 28 Oct 2020 13:12:50 +0100 Subject: [PATCH] Fix per installazioni < 2.4.10 --- update/v2_4_10/Fattura.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/update/v2_4_10/Fattura.php b/update/v2_4_10/Fattura.php index 093587b71..36cf75e6c 100755 --- a/update/v2_4_10/Fattura.php +++ b/update/v2_4_10/Fattura.php @@ -590,6 +590,10 @@ class Fattura extends Document { } + public function getReferenceRagioneSociale() + { + } + public function getReference() { }