[Koha-bugs] [Bug 23590] Allow to modify and notify the manager of a suggestion

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 17 13:09:37 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23590

--- Comment #103 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
I would like to stick with the existing pattern:

`suggestedby` int(11) DEFAULT NULL,                                            
                                                                               
                                                   `suggesteddate` date NOT
NULL,                                                                          
                                                                               
                          `managedby` int(11) DEFAULT NULL,                    
                                                                               
                                                                            
`manageddate` date DEFAULT NULL,                                               
                                                                               
                                                   `acceptedby` int(11) DEFAULT
NULL,                                                                          
                                                                               
                      `accepteddate` date DEFAULT NULL,                        
                                                                               
                                                                        
`rejectedby` int(11) DEFAULT NULL,                                             
                                                                               
                                                   `rejecteddate` date DEFAULT
NULL,

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list