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

bug: Could not find Currency: Company:company:default_currency #12668

Closed
nameduser0 opened this issue Mar 25, 2021 · 1 comment
Closed

bug: Could not find Currency: Company:company:default_currency #12668

nameduser0 opened this issue Mar 25, 2021 · 1 comment
Labels

Comments

@nameduser0
Copy link
Contributor

Description of the issue

In a number of places I've noticed Company:company:default_currency appearing in amount boxes. The screenshot below is from Income Tax Salary Slab. It appears to be a JS issue because the doctype looks okay but the page represents the HTML:

<div class="col grid-static-col col-xs-2  text-right bold" data-fieldname="from_amount" data-fieldtype="Currency">
  <div class="field-area" style="display: none;">
    <div class="form-group frappe-control input-max-width" data-fieldtype="Currency" data-fieldname="from_amount" title="from_amount">
      <input type="text" autocomplete="off" class="input-with-feedback form-control bold input-sm" data-fieldtype="Currency" data-fieldname="from_amount" placeholder="From Amount" data-doctype="Taxable Salary Slab" data-col-idx="0">
    </div>
  </div>
  <div class="static-area ellipsis" style="display: block;">
    <div style="text-align: right">Company:company:default_currency 0.00</div>
  </div>
</div>

Screen Shot 2021-03-25 at 02 55 24

Context information (for bug reports)

Output of bench version

ERPNext: v13.0.0-dev
Frappe Framework: v13.0.0-dev

Steps to reproduce the issue

  1. Fill out an Income Tax Slab
@AfshanKhan
Copy link
Contributor

Closed by frappe/erpnext#25095

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants