mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
fix(Journals): sync posting datetime with jorunal entries.
This commit is contained in:
@@ -106,7 +106,6 @@ export default class InventoryAdjustmentsController extends BaseController {
|
||||
) {
|
||||
const { tenantId, user } = req;
|
||||
const quickInventoryAdjustment = this.matchedBodyData(req);
|
||||
console.log(quickInventoryAdjustment);
|
||||
|
||||
try {
|
||||
const inventoryAdjustment = await this.inventoryAdjustmentService.createQuickAdjustment(
|
||||
|
||||
Reference in New Issue
Block a user