Limpiar
This commit is contained in:
parent
be4fbc20e0
commit
6ecb366919
2 changed files with 1 additions and 4 deletions
|
@ -11,7 +11,6 @@ import {
|
||||||
Producto,
|
Producto,
|
||||||
Precio,
|
Precio,
|
||||||
getPublications,
|
getPublications,
|
||||||
Publication,
|
|
||||||
} from "../index.js";
|
} from "../index.js";
|
||||||
|
|
||||||
// TODO: hacerlo input
|
// TODO: hacerlo input
|
||||||
|
@ -163,7 +162,7 @@ setupForm("#pedido-item", async (event) => {
|
||||||
return productosResponse;
|
return productosResponse;
|
||||||
});
|
});
|
||||||
|
|
||||||
setupForm("#pedido", async (event) => {
|
setupForm("#pedido", async () => {
|
||||||
if (!customer) throw new Error("No seteaste lx cliente todavía.");
|
if (!customer) throw new Error("No seteaste lx cliente todavía.");
|
||||||
|
|
||||||
// Se supone que Total es:
|
// Se supone que Total es:
|
||||||
|
|
2
order.ts
2
order.ts
|
@ -1,5 +1,3 @@
|
||||||
import { Paginacion, paginacionToSearchParams, Paging } from "./common.js";
|
|
||||||
|
|
||||||
export interface OrderDto {
|
export interface OrderDto {
|
||||||
SituacionOrden?: null | string;
|
SituacionOrden?: null | string;
|
||||||
Date: string;
|
Date: string;
|
||||||
|
|
Loading…
Reference in a new issue