Merge pull request #3943 from nabinhait/fix4
[fix] Print Delivery Note without amount
This commit is contained in:
commit
80a784fdc5
@ -7,7 +7,7 @@
|
|||||||
"custom": 0,
|
"custom": 0,
|
||||||
"docstatus": 0,
|
"docstatus": 0,
|
||||||
"doctype": "DocType",
|
"doctype": "DocType",
|
||||||
"document_type": "Transaction",
|
"document_type": "Document",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"allow_on_submit": 0,
|
"allow_on_submit": 0,
|
||||||
@ -1080,7 +1080,7 @@
|
|||||||
"options": "\nGrand Total\nNet Total",
|
"options": "\nGrand Total\nNet Total",
|
||||||
"permlevel": 0,
|
"permlevel": 0,
|
||||||
"precision": "",
|
"precision": "",
|
||||||
"print_hide": 0,
|
"print_hide": 1,
|
||||||
"read_only": 0,
|
"read_only": 0,
|
||||||
"report_hide": 0,
|
"report_hide": 0,
|
||||||
"reqd": 0,
|
"reqd": 0,
|
||||||
@ -2179,7 +2179,7 @@
|
|||||||
"is_submittable": 1,
|
"is_submittable": 1,
|
||||||
"issingle": 0,
|
"issingle": 0,
|
||||||
"istable": 0,
|
"istable": 0,
|
||||||
"modified": "2015-08-04 11:56:59.782517",
|
"modified": "2015-08-24 09:09:59.298127",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Delivery Note",
|
"name": "Delivery Note",
|
||||||
|
@ -79,7 +79,7 @@ class DeliveryNote(SellingController):
|
|||||||
|
|
||||||
item_meta = frappe.get_meta("Delivery Note Item")
|
item_meta = frappe.get_meta("Delivery Note Item")
|
||||||
print_hide_fields = {
|
print_hide_fields = {
|
||||||
"parent": ["grand_total", "rounded_total", "in_words", "currency", "net_total"],
|
"parent": ["grand_total", "rounded_total", "in_words", "currency", "total", "taxes"],
|
||||||
"items": ["rate", "amount", "price_list_rate", "discount_percentage"]
|
"items": ["rate", "amount", "price_list_rate", "discount_percentage"]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user