Revert "Test changing contract code"
This reverts commit 3d1ce9d85c
.
This was just a test
This commit is contained in:
parent
3d1ce9d85c
commit
888c1f9bd4
@ -46,7 +46,7 @@ class Contract(Document):
|
||||
# end: auto-generated types
|
||||
|
||||
def autoname(self):
|
||||
name = self.party_name + "hello from contracts"
|
||||
name = self.party_name
|
||||
|
||||
if self.contract_template:
|
||||
name += " - {} Agreement".format(self.contract_template)
|
||||
|
Loading…
Reference in New Issue
Block a user