Test changing contract code

This commit is contained in:
PAlexanderFranklin 2024-06-04 17:36:57 -07:00
parent 0110ad0a0f
commit 3d1ce9d85c

View File

@ -46,7 +46,7 @@ class Contract(Document):
# end: auto-generated types
def autoname(self):
name = self.party_name
name = self.party_name + "hello from contracts"
if self.contract_template:
name += " - {} Agreement".format(self.contract_template)