mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
fixup! [ADD] attachment_lock
This commit is contained in:
parent
9569004c7e
commit
9cc7bdedc9
@ -57,7 +57,7 @@ openerp.attachment_lock = function(instance)
|
||||
_.str.sprintf(
|
||||
instance.web._t('By %s until %s'),
|
||||
lock.create_uid[1],
|
||||
instance.web.format_value(lock.valid_until, {type: 'datetime'}),
|
||||
instance.web.format_value(lock.valid_until, {type: 'datetime'})
|
||||
)
|
||||
)
|
||||
).open();
|
||||
|
Loading…
Reference in New Issue
Block a user