Skip to content

Commit

Permalink
Partially migrated accounting app to webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Oct 30, 2024
1 parent 877809f commit fbe4597
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions corehq/apps/accounting/static/accounting/js/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ hqDefine('accounting/js/widgets', [
'underscore',
'hqwebapp/js/utils/email',
'select2/dist/js/select2.full.min',
'commcarehq_b3',
], function (
$,
ko,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% load hq_shared_tags %}

{% requirejs_main "accounting/js/widgets" %}
{% js_entry_b3 "accounting/js/widgets" %}

{% block page_content %}
{% crispy trigger_form %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% load hq_shared_tags %}

{% requirejs_main "accounting/js/widgets" %}
{% js_entry_b3 "accounting/js/widgets" %}

{% block page_content %}
{% crispy trigger_email_form %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% load hq_shared_tags %}

{% requirejs_main "accounting/js/widgets" %}
{% js_entry_b3 "accounting/js/widgets" %}

{% block page_content %}
{% crispy trigger_customer_form %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load crispy_forms_tags %}
{% load hq_shared_tags %}

{% requirejs_main "accounting/js/widgets" %}
{% js_entry_b3 "accounting/js/widgets" %}

{% block page_content %}
{% crispy trigger_form %}
Expand Down

0 comments on commit fbe4597

Please sign in to comment.