Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Shipping Rule Calculation based on Net Weight #11770

Merged
merged 8 commits into from Nov 29, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7,784 changes: 3,907 additions & 3,877 deletions erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json

Large diffs are not rendered by default.

4,078 changes: 2,132 additions & 1,946 deletions erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion erpnext/accounts/doctype/sales_invoice/sales_invoice.js
Expand Up @@ -158,7 +158,7 @@ erpnext.accounts.SalesInvoiceController = erpnext.selling.SellingController.exte
})
}, __("Get items from"));
},

quotation_btn: function() {
var me = this;
this.$quotation_btn = this.frm.add_custom_button(__('Quotation'),
Expand Down