mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-20 23:35:11 +00:00
[fix-remarks-changed-issue#110]
This commit is contained in:
@@ -65,7 +65,7 @@ class PurchaseInvoice(BuyingController):
|
||||
def create_remarks(self):
|
||||
if not self.remarks:
|
||||
if self.bill_no and self.bill_date:
|
||||
self.remarks = _("Against Bill {0} dated {1}").format(self.bill_no, formatdate(self.bill_date))
|
||||
self.remarks = _("Against Supplier Invoice {0} dated {1}").format(self.bill_no, formatdate(self.bill_date))
|
||||
else:
|
||||
self.remarks = _("No Remarks")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user