mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 21:29:11 +00:00
[fixes] buying/selling price lists, communication and website settings
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
cur_frm.add_fetch("price_list_name", "currency", "ref_currency")
|
||||
cur_frm.add_fetch("price_list_name", "currency", "ref_currency");
|
||||
cur_frm.add_fetch("price_list_name", "buying_or_selling", "buying_or_selling");
|
||||
|
||||
cur_frm.cscript.refresh = function(doc) {
|
||||
// make sensitive fields(has_serial_no, is_stock_item, valuation_method)
|
||||
|
||||
Reference in New Issue
Block a user