Differentiate title for customer and supplier orders/invoices.
This commit is contained in:
parent
73b2e0bd01
commit
2d50cc92b9
@ -30,7 +30,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
||||
|
||||
$langs->load("orders");
|
||||
echo '<br>';
|
||||
print_titre($langs->trans('RelatedOrders'));
|
||||
print_titre($langs->trans('RelatedCustomerOrders'));
|
||||
|
||||
?>
|
||||
<table class="noborder allwidth">
|
||||
|
||||
@ -30,8 +30,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
||||
|
||||
$langs->load("bills");
|
||||
echo '<br>';
|
||||
if ($num > 1) print_titre($langs->trans("RelatedBills"));
|
||||
else print_titre($langs->trans("RelatedBill"));
|
||||
print_titre($langs->trans("RelatedCustomerInvoices"));
|
||||
?>
|
||||
<table class="noborder allwidth">
|
||||
<tr class="liste_titre">
|
||||
|
||||
@ -29,7 +29,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
||||
|
||||
$langs->load("orders");
|
||||
echo '<br>';
|
||||
print_titre($langs->trans('RelatedOrders'));
|
||||
print_titre($langs->trans('RelatedSupplierOrders'));
|
||||
?>
|
||||
<table class="noborder allwidth">
|
||||
<tr class="liste_titre">
|
||||
|
||||
@ -29,8 +29,7 @@ $linkedObjectBlock = $GLOBALS['linkedObjectBlock'];
|
||||
|
||||
$langs->load("bills");
|
||||
echo '<br>';
|
||||
if ($num > 1) print_titre($langs->trans("RelatedBills"));
|
||||
else print_titre($langs->trans("RelatedBill"));
|
||||
print_titre($langs->trans("RelatedSupplierInvoices"));
|
||||
?>
|
||||
|
||||
<table class="noborder allwidth">
|
||||
|
||||
@ -294,6 +294,8 @@ TotalOfTwoDiscountMustEqualsOriginal=Total of two new discount must be equal to
|
||||
ConfirmRemoveDiscount=Are you sure you want to remove this discount ?
|
||||
RelatedBill=Related invoice
|
||||
RelatedBills=Related invoices
|
||||
RelatedCustomerInvoices=Related customer invoices
|
||||
RelatedSupplierInvoices=Related supplier invoices
|
||||
LatestRelatedBill=Latest related invoice
|
||||
WarningBillExist=Warning, one or more invoice already exist
|
||||
|
||||
|
||||
@ -102,6 +102,8 @@ ClassifyBilled=Classify billed
|
||||
ComptaCard=Accountancy card
|
||||
DraftOrders=Draft orders
|
||||
RelatedOrders=Related orders
|
||||
RelatedCustomerOrders=Related customer orders
|
||||
RelatedSupplierOrders=Related supplier orders
|
||||
OnProcessOrders=In process orders
|
||||
RefOrder=Ref. order
|
||||
RefCustomerOrder=Ref. customer order
|
||||
|
||||
Loading…
Reference in New Issue
Block a user