mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- set version of document propperly
This commit is contained in:
parent
214f58d507
commit
d892e67421
|
@ -118,7 +118,7 @@ function checkGrpForm()
|
|||
</td></tr><tr><td></td><td>
|
||||
<input type='hidden' name='approvalType' value='ind'/>
|
||||
<input type='hidden' name='documentid' value='<?php echo $document->getId() ?>'/>
|
||||
<input type='hidden' name='version' value='<?php echo $version ?>'/>
|
||||
<input type='hidden' name='version' value='<?php echo $latestContent->getVersion() ?>'/>
|
||||
<input type='submit' name='indApproval' value='<?php printMLText("submit_approval")?>'/>
|
||||
</td></tr></table>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user