feat: refs #6395 Added buyerFk in buy #2020
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2020
Loading…
Reference in New Issue
No description provided.
Delete Branch "6395-buyBuyerFk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -66,2 +66,4 @@
END IF;
IF NOT (NEW.itemFk <=> OLD.itemFk) THEN
SET NEW.buyerFk = NEW.editorFk;
Se debe de consultar el comprador del tipo de artículo
@ -19,6 +19,7 @@ trig: BEGIN
END IF;
SET NEW.editorFk = account.myUser_getId();
SET NEW.buyerFk = NEW.editorFk;
Se debe de consultar el comprador del tipo de artículo