This commit is contained in:
Laurent Destailleur 2018-02-15 14:08:42 +01:00
parent 5eee292663
commit 7722f004c8
4 changed files with 11 additions and 3 deletions

View File

@ -415,8 +415,8 @@ class modSociete extends DolibarrModules
$this->import_entities_array[$r]=array(); // We define here only fields that use another icon that the one defined into import_icon
$this->import_tables_array[$r]=array('sr'=>MAIN_DB_PREFIX.'societe_rib');
$this->import_fields_array[$r]=array('sr.fk_soc'=>"ThirdPartyName*",'sr.bank'=>"Bank",
'sr.code_banque'=>"BankCode*",'sr.code_guichet'=>"DeskCode*",'sr.number'=>"BankAccountNumber*",
'sr.cle_rib'=>"BankAccountNumberKey*",'sr.bic'=>"BIC",'sr.iban_prefix'=>"IBAN", 'sr.domiciliation'=>"BankAccountDomiciliation",'sr.proprio' => "BankAccountOwner", 'sr.owner_address' => "BankAccountOwnerAddress", 'sr.default_rib' => 'Default'
'sr.code_banque'=>"BankCode",'sr.code_guichet'=>"DeskCode",'sr.number'=>"BankAccountNumber*",
'sr.cle_rib'=>"BankAccountNumberKey",'sr.bic'=>"BIC",'sr.iban_prefix'=>"IBAN", 'sr.domiciliation'=>"BankAccountDomiciliation",'sr.proprio' => "BankAccountOwner", 'sr.owner_address' => "BankAccountOwnerAddress", 'sr.default_rib' => 'Default'
);
$this->import_convertvalue_array[$r]=array(

View File

@ -1941,7 +1941,7 @@ function show_elem($fieldssource,$pos,$key,$var,$nostyle='')
$height='24';
print "\n\n<!-- Box ".$pos." start -->\n";
print '<div class="box" style="padding: 0px 0px 0px 0px;" id="boxto_'.$pos.'">'."\n";
print '<div class="box boximport" style="padding: 0px 0px 0px 0px;" id="boxto_'.$pos.'">'."\n";
print '<table summary="boxtable'.$pos.'" width="100%" class="nobordernopadding">'."\n";
if ($pos && $pos > count($fieldssource)) // No fields

View File

@ -3209,6 +3209,10 @@ a.impayee:hover { font-weight: bold; color: #550000; }
* Other
*/
div.boximport {
min-height: unset;
}
.product_line_stock_ok { color: #002200; }
.product_line_stock_too_low { color: #884400; }

View File

@ -3266,6 +3266,10 @@ a.impayee:hover { font-weight: bold; color: #550000; }
* Other
*/
div.boximport {
min-height: unset;
}
.product_line_stock_ok { color: #002200; }
.product_line_stock_too_low { color: #884400; }