mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
separated query-report and added module marker to appframe
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
pscript['onload_accounts-home'] = function(wrapper) {
|
||||
erpnext.module_page.setup_page('Accounts', wrapper);
|
||||
wrapper.appframe = new wn.ui.AppFrame($(wrapper).find('.appframe-area'), 'Accounts');
|
||||
erpnext.module_page.setup_page('Accounts', wrapper);
|
||||
|
||||
if(wn.control_panel.country!='India') {
|
||||
$('.india-specific').toggle(false);
|
||||
|
||||
Reference in New Issue
Block a user