Skip to content

Commit

Permalink
chore: rename component
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Jan 2, 2025
1 parent cd45653 commit a07376b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
import { showToast } from 'src/utils/interactive';
import { defineComponent } from 'vue';
export default defineComponent({
name: 'WeightEnabledBarcode',
emits: ['item-selected'],
data() {
return {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/POS/ClassicPOS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ import ItemsTable from 'src/components/POS/Classic/ItemsTable.vue';
import MultiLabelLink from 'src/components/Controls/MultiLabelLink.vue';
import { SalesInvoice } from 'models/baseModels/SalesInvoice/SalesInvoice';
import SelectedItemTable from 'src/components/POS/Classic/SelectedItemTable.vue';
import WeightEnabledBarcode from 'src/components/Controls/weightEnabledBarcode.vue';
import WeightEnabledBarcode from 'src/components/Controls/WeightEnabledBarcode.vue';
import FloatingLabelFloatInput from 'src/components/POS/FloatingLabelFloatInput.vue';
import FloatingLabelCurrencyInput from 'src/components/POS/FloatingLabelCurrencyInput.vue';
import { AppliedCouponCodes } from 'models/baseModels/AppliedCouponCodes/AppliedCouponCodes';
Expand Down
2 changes: 1 addition & 1 deletion src/pages/POS/ModernPOS.vue
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ import { POSItem, PosEmits, ItemQtyMap } from 'src/components/POS/types';
import { SalesInvoice } from 'models/baseModels/SalesInvoice/SalesInvoice';
import ModernPOSItemsGrid from 'src/components/POS/Modern/ModernPOSItemsGrid.vue';
import ModernPOSItemsTable from 'src/components/POS/Modern/ModernPOSItemsTable.vue';
import WeightEnabledBarcode from 'src/components/Controls/weightEnabledBarcode.vue';
import WeightEnabledBarcode from 'src/components/Controls/WeightEnabledBarcode.vue';
import FloatingLabelFloatInput from 'src/components/POS/FloatingLabelFloatInput.vue';
import { SalesInvoiceItem } from 'models/baseModels/SalesInvoiceItem/SalesInvoiceItem';
import FloatingLabelCurrencyInput from 'src/components/POS/FloatingLabelCurrencyInput.vue';
Expand Down

0 comments on commit a07376b

Please sign in to comment.