Skip to content

Commit

Permalink
fix: variable declaration in e_waybill_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ljain112 committed Nov 2, 2023
1 parent 9bedb8e commit 4b92900
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include "india_compliance/gst_india/client_scripts/e_waybill_applicability.js" %}

E_WAYBILL_CLASS = {
const E_WAYBILL_CLASS = {
"Sales Invoice": SalesInvoiceEwaybill,
"Purchase Invoice": PurchaseInvoiceEwaybill,
"Delivery Note": DeliveryNoteEwaybill,
Expand Down

0 comments on commit 4b92900

Please sign in to comment.