mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-18 02:55:20 +00:00
Merge branch 'develop' into purchase-taxes-and-charges-account-name-issue
This commit is contained in:
@@ -276,7 +276,7 @@ erpnext.buying.BuyingController = erpnext.TransactionController.extend({
|
||||
var me = this;
|
||||
this.frm.add_custom_button(__("Product Bundle"), function() {
|
||||
erpnext.buying.get_items_from_product_bundle(me.frm);
|
||||
}, __("Get items from"));
|
||||
}, __("Get Items From"));
|
||||
},
|
||||
|
||||
shipping_address: function(){
|
||||
|
||||
@@ -539,7 +539,7 @@ erpnext.utils.update_child_items = function(opts) {
|
||||
fieldtype: "Table",
|
||||
label: "Items",
|
||||
cannot_add_rows: cannot_add_row,
|
||||
in_place_edit: true,
|
||||
in_place_edit: false,
|
||||
reqd: 1,
|
||||
data: this.data,
|
||||
get_data: () => {
|
||||
|
||||
Reference in New Issue
Block a user