diff --git a/htdocs/core/class/html.formpropal.class.php b/htdocs/core/class/html.formpropal.class.php
index e23e71a8124..d9c458161bc 100644
--- a/htdocs/core/class/html.formpropal.class.php
+++ b/htdocs/core/class/html.formpropal.class.php
@@ -132,6 +132,14 @@ class FormPropal
print '';
$i++;
}
+ //Option for Signed+Billed
+ if ($selected != '' && $selected == "2,4") {
+ print '';
print '';
print ajax_combobox($htmlname, array(), 0, 0, 'resolve', ($showempty < 0 ? (string) $showempty : '-1'), $morecss);