Extended responsibility center config + added individual invoice line generation. BOD-83
This commit is contained in:
@@ -16,10 +16,6 @@ export default connect(
|
||||
mapDispatchToProps
|
||||
)(function Test({ bodyshop }) {
|
||||
const handle = async () => {
|
||||
console.log(
|
||||
"await auth.currentUser.getIdToken(true)",
|
||||
await auth.currentUser.getIdToken(true)
|
||||
);
|
||||
const response = await axios.post(
|
||||
"/accounting/iif/receivables",
|
||||
{ jobId: "661dd1d5-bf06-426f-8bd2-bd9e41de8eb1" },
|
||||
|
||||
Reference in New Issue
Block a user