Skip to content
Snippets Groups Projects
Commit b58fbc28 authored by Laurent's avatar Laurent
Browse files

Merge branch 'hotline#132184_en_attente_dev_recherche_avancee' into 'master'

hotline #132184 Cosmogramme : Avenio : fix null column error

See merge request !4350
parents 02c5a004 7204dc29
Branches
Tags
1 merge request!4350hotline #132184 Cosmogramme : Avenio : fix null column error
Pipeline #16290 passed with stage
in 28 minutes and 20 seconds
- correctif #132184 : Cosmogramme : correction de l'intégration de notice Avenio
\ No newline at end of file
......@@ -115,6 +115,7 @@ class notice_avenio {
$notice['clef_chapeau'] = '';
$notice['id_commerciale'] = '';
$notice['cote'] = '';
$notice['file_content'] = '';
return $notice;
}
......@@ -298,4 +299,4 @@ class notice_avenio {
public function getLastError() {
return $this->erreur;
}
}
\ No newline at end of file
}
......@@ -137,4 +137,10 @@ class NoticeIntegrationAvenioBottinTest extends NoticeIntegrationAvenioTestCase
$this->assertEquals('am-167',
$this->notice_data['exemplaires'][0]['code_barres']);
}
}
\ No newline at end of file
/** @test */
public function noticeDataShouldHaveKeyFileContent() {
$this->assertNotNull($this->notice_data['file_content']);
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment