Test changing contract code
This commit is contained in:
parent
0110ad0a0f
commit
3d1ce9d85c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user