This commit is contained in:
Cat /dev/Nulo 2021-11-15 18:58:56 -03:00
parent be4fbc20e0
commit 6ecb366919
2 changed files with 1 additions and 4 deletions

View file

@ -11,7 +11,6 @@ import {
Producto,
Precio,
getPublications,
Publication,
} from "../index.js";
// TODO: hacerlo input
@ -163,7 +162,7 @@ setupForm("#pedido-item", async (event) => {
return productosResponse;
});
setupForm("#pedido", async (event) => {
setupForm("#pedido", async () => {
if (!customer) throw new Error("No seteaste lx cliente todavía.");
// Se supone que Total es:

View file

@ -1,5 +1,3 @@
import { Paginacion, paginacionToSearchParams, Paging } from "./common.js";
export interface OrderDto {
SituacionOrden?: null | string;
Date: string;