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,
|
||||
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:
|
||||
|
|
2
order.ts
2
order.ts
|
@ -1,5 +1,3 @@
|
|||
import { Paginacion, paginacionToSearchParams, Paging } from "./common.js";
|
||||
|
||||
export interface OrderDto {
|
||||
SituacionOrden?: null | string;
|
||||
Date: string;
|
||||
|
|
Loading…
Reference in a new issue