Skip to content
Snippets Groups Projects
Verified Commit e0dba844 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #7888 (ixbus) Send Data, getAnnotations

parent a2a1c915
No related branches found
No related tags found
No related merge requests found
......@@ -158,7 +158,7 @@ function getXml()
**/
function get_value_fields($values, $field)
{
for ($i=0; $i<count($values);$i++) {
for ($i=0; $i<count($values); $i++) {
if ($values[$i]['ID'] == $field) {
return $values[$i]['VALUE'];
}
......
......@@ -221,7 +221,7 @@ Bt_getWorkBatch();
$GLOBALS['logger']->write('Retrieve mails sent to remote signatory book', 'INFO');
$query = "SELECT res_id, res_id_version, external_id, format, res_id_master, title, identifier, type_id, attachment_type, dest_contact_id, dest_address_id, dest_user, typist
FROM res_view_attachments WHERE status = 'FRZ'";
FROM res_view_attachments WHERE status = 'FRZ' AND external_id IS NOT NULL AND external_id <> ''";
$stmt = $GLOBALS['db']->query($query, []);
$idsToRetrieve = ['noVersion' => [], 'isVersion' => []];
......
This diff is collapsed.
......@@ -7,6 +7,8 @@
<password></password>
<url></url>
<organizationId>9</organizationId>
<ixbusIdRefused>14</ixbusIdRefused>
<ixbusIdValidated>2</ixbusIdValidated>
</signatoryBook>
<signatoryBook>
<id>iParapheur</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment