fix(LoanApplication): Repayment amount check (#18376)

* fix: Clickable Asset link

* fix(LoanApplication): Repayment amount check
This commit is contained in:
Faris Ansari
2019-07-22 11:30:05 +05:30
committed by Nabin Hait
parent 88620d6cbb
commit 7ed5919d5b
2 changed files with 3 additions and 2 deletions

View File

@@ -636,7 +636,8 @@ class BuyingController(StockController):
asset.set_missing_values()
asset.insert()
frappe.msgprint(_("Asset {0} created").format(asset.name))
asset_link = frappe.utils.get_link_to_form('Asset', asset.name)
frappe.msgprint(_("Asset {0} created").format(asset_link))
return asset.name
def make_asset_movement(self, row):