Skip to content

Commit 232f0b0

Browse files
committed
fixup! [MIG] pos_meal_voucher: migration to 16.0
1 parent 26deca5 commit 232f0b0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pos_meal_voucher/static/src/js/models.esm.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@
66
import {Order, Orderline, Payment, PosGlobalState} from "point_of_sale.models";
77
import {Gui} from "point_of_sale.Gui";
88
import {Model} from "point_of_sale.Registries";
9-
import core from "web.core";
10-
import utils from "web.utils";
11-
12-
const _t = core._t;
13-
const round_pr = utils.round_precision;
9+
import {_t} from "web.core";
10+
import {round_precision as round_pr} from "web.utils";
1411

1512
const MealVoucherOrder = (OriginalOrder) =>
1613
class extends OriginalOrder {

0 commit comments

Comments
 (0)