From 719d2275de895a8c1de25cf93d0dca05b3df510a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C5=9Eahin?= Date: Thu, 30 Jun 2016 17:59:23 +0300 Subject: [PATCH] title changed --- opt/ahenk/base/execution/ExecutionManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/ahenk/base/execution/ExecutionManager.py b/opt/ahenk/base/execution/ExecutionManager.py index 9361a58..1c6cd3d 100644 --- a/opt/ahenk/base/execution/ExecutionManager.py +++ b/opt/ahenk/base/execution/ExecutionManager.py @@ -60,7 +60,7 @@ class ExecutionManager(object): agreement_content = Util.read_file(System.Ahenk.received_dir_path() + file_name) # TODO - title = 'Ahenk Agreement' + title = 'Kullanıcı Sözleşmesi' if agreement_content is not None and agreement_content != '': self.db_service.update('contract', self.db_service.get_cols('contract'), [agreement_content, title, json_data['timestamp']])