Work on making the Journal Entry saving better.
This commit is contained in:
@@ -411,7 +411,9 @@ export async function update_ae_obj__event_presentation(
|
||||
if (event_presentation_obj_update_result) {
|
||||
if (try_cache) {
|
||||
db_save_ae_obj_li__event_presentation({
|
||||
obj_type: 'event_presentation', obj_li: [event_presentation_obj_update_result]
|
||||
obj_type: 'event_presentation',
|
||||
obj_li: [event_presentation_obj_update_result],
|
||||
log_lvl: log_lvl
|
||||
});
|
||||
}
|
||||
return event_presentation_obj_update_result;
|
||||
|
||||
Reference in New Issue
Block a user